|
||||||||||
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.exolab.adaptx.xslt.PatternException
An exception thrown during parsing of XSLT patterns
Constructor Summary | |
---|---|
PatternException(java.lang.Exception exception)
Creates a new PatternException with the given nested exception. |
|
PatternException(java.lang.String message)
Creates a new PatternException |
|
PatternException(java.lang.String message,
java.lang.Exception exception)
Creates a new PatternException with the given message and nested exception. |
Method Summary | |
---|---|
java.lang.Exception |
getException()
Returns the exception, which in turn caused this Exception to be thrown, or null if nested exception exists. |
java.lang.String |
getMessage()
Returns the error message for this Exception |
void |
printStackTrace()
|
void |
printStackTrace(java.io.PrintStream printer)
|
void |
printStackTrace(java.io.PrintWriter printer)
|
java.lang.String |
toString()
Returns the String representation of this Exception |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public PatternException(java.lang.String message)
message
- the error message for this exceptionpublic PatternException(java.lang.Exception exception)
exception
- the nested exceptionpublic PatternException(java.lang.String message, java.lang.Exception exception)
message
- the detail message for this exceptionexception
- the nested exceptionMethod Detail |
public java.lang.Exception getException()
public java.lang.String getMessage()
public void printStackTrace()
public void printStackTrace(java.io.PrintWriter printer)
public void printStackTrace(java.io.PrintStream printer)
public java.lang.String toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |