public class ProcessingException
extends java.lang.Exception
Modifier and Type | Field and Description |
---|---|
private SimpleNode |
_errNode
the error node *
|
private JxpPage |
_page
the page that has problem *
|
Constructor and Description |
---|
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
|
Modifier and Type | Method and Description |
---|---|
SimpleNode |
getErrNode()
Get the error node
|
java.lang.String |
getMessage() |
void |
setErrNode(SimpleNode node)
Set the error node
|
private JxpPage _page
private SimpleNode _errNode
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 nodepublic final SimpleNode getErrNode()
public final void setErrNode(SimpleNode node)
node
- the nodepublic final java.lang.String getMessage()
getMessage
in class java.lang.Throwable