org.exolab.adaptx.xslt
public class XSLException extends Exception
| Field Summary | |
|---|---|
| static String[] | errorMessages |
| static int | INVALID_ATTRIBUTE_VALUE_TEMPLATE |
| static int | INVALID_CHILD_NODE |
| static int | INVALID_MATCH_PATTERN |
| static int | INVALID_RULE |
| static int | INVALID_SELECT_PATTERN |
| static int | INVALID_XSL_ELEMENT |
| static int | MISSING_REQUIRED_ATTR |
| Constructor Summary | |
|---|---|
| XSLException(String message)
Creates a new XSLException | |
| XSLException(int error, String message)
Creates a new XSLException | |
| XSLException(Exception exception)
Creates a new XSLException with the given nested
exception. | |
| XSLException(String message, Exception exception)
Creates a new XSLException with the given message
and nested exception. | |
| Method Summary | |
|---|---|
| Exception | getException()
Returns the exception, which in turn caused this Exception to
be thrown, or null if nested exception exists. |
| String | getMessage()
Returns the error message for this Exception |
| void | printStackTrace() |
| void | printStackTrace(PrintWriter printer) |
| void | printStackTrace(PrintStream printer) |
| String | toString()
Returns the String representation of this Exception |
Parameters: message the error message for this exception
Parameters: error the error code of this exception message the error message for this exception
Parameters: exception the nested exception
Parameters: message the detail message for this exception exception the nested exception
Returns: the exception, which in turn caused this Exception to be thrown, or null if nested exception exists.
Returns: the error message
Returns: the String representation of this Exception