|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.onemind.jxp.ProcessingException
public class ProcessingException
A processing exception
Field Summary | |
---|---|
private SimpleNode |
_errNode
the error node * |
private JxpPage |
_page
the page that has problem * |
Constructor Summary | |
---|---|
ProcessingException(JxpPage page,
java.lang.String message)
Constructor |
|
ProcessingException(JxpPage page,
java.lang.String message,
SimpleNode errNode)
Constructor |
|
ProcessingException(JxpPage page,
java.lang.String message,
java.lang.Throwable cause)
Constructor |
|
ProcessingException(JxpPage page,
java.lang.String message,
java.lang.Throwable cause,
SimpleNode errNode)
Constructor |
|
ProcessingException(JxpPage page,
java.lang.Throwable cause,
SimpleNode errNode)
Constructor |
Method Summary | |
---|---|
SimpleNode |
getErrNode()
Get the error node |
java.lang.String |
getMessage()
|
void |
setErrNode(SimpleNode node)
Set the error node |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
private JxpPage _page
private SimpleNode _errNode
Constructor Detail |
---|
public ProcessingException(JxpPage page, java.lang.String message)
page
- the page that cause the exceptionmessage
- the messagepublic ProcessingException(JxpPage page, java.lang.String message, java.lang.Throwable cause)
page
- the page that cause the exceptionmessage
- the messagecause
- the causepublic ProcessingException(JxpPage page, java.lang.String message, java.lang.Throwable cause, SimpleNode errNode)
page
- the page that cause the exceptionmessage
- the messagecause
- the causeerrNode
- the error nodepublic ProcessingException(JxpPage page, java.lang.String message, SimpleNode errNode)
page
- the page that cause the exceptionmessage
- the messageerrNode
- the error nodepublic ProcessingException(JxpPage page, java.lang.Throwable cause, SimpleNode errNode)
page
- the page that cause the exceptioncause
- the causeerrNode
- the error nodeMethod Detail |
---|
public final SimpleNode getErrNode()
public final void setErrNode(SimpleNode node)
node
- the nodepublic final java.lang.String getMessage()
getMessage
in class java.lang.Throwable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |