javax.xml.transform
public class TransformerException extends Exception
Version: 1.0
| Constructor Summary | |
|---|---|
| TransformerException(String msg) | |
| TransformerException(Throwable cause) | |
| TransformerException(String msg, Throwable cause) | |
| TransformerException(String msg, SourceLocator locator) | |
| TransformerException(String msg, SourceLocator locator, Throwable cause) | |
| Method Summary | |
|---|---|
| Throwable | getCause()
Returns the root cause of this exception,
or null if none is known. |
| Throwable | getException()
Synonym for TransformerException. |
| String | getLocationAsString()
Returns a readable version of the locator info, or null
if there is no locator. |
| SourceLocator | getLocator() |
| String | getMessageAndLocation()
Returns this exception's message, with readable location
information appended if it is available. |
| Throwable | initCause(Throwable cause)
Records the root cause of this exception; may be
called only once, normally during initialization. |
| void | printStackTrace() |
| void | printStackTrace(PrintStream stream) |
| void | printStackTrace(PrintWriter writer) |
| void | setLocator(SourceLocator location) |
Source code is under GPL (with library exception) in the JAXP project at http://www.gnu.org/software/classpathx/jaxp
This documentation was derived from that source code on 2013-01-12.