java.lang.Exception | +--javax.xml.transform.TransformerExceptionKnown Direct Subclasses:
TransformerException(java.lang.String msg) |
TransformerException(java.lang.Throwable cause) |
TransformerException(java.lang.String msg, java.lang.Throwable cause) |
TransformerException(java.lang.String msg, SourceLocator locator) |
TransformerException(java.lang.String msg, SourceLocator locator, java.lang.Throwable cause) |
java.lang.Throwable | getCause() Returns the root cause of this exception, or null if none is known. |
java.lang.Throwable | Synonym for #getCause. |
java.lang.String | Returns a readable version of the locator info, or null if there is no locator. |
java.lang.String | Returns this exception's message, with readable location information appended if it is available. |
synchronized java.lang.Throwable | initCause(java.lang.Throwable cause) Records the root cause of this exception; may be called only once, normally during initialization. |
void | |
void | printStackTrace(java.io.PrintStream stream) |
void | printStackTrace(java.io.PrintWriter writer) |
void | setLocator(SourceLocator location) |
public TransformerException(java.lang.String msg, java.lang.Throwable cause)
public TransformerException(java.lang.String msg, SourceLocator locator, java.lang.Throwable cause)
public TransformerException(java.lang.String msg, SourceLocator locator)
public TransformerException(java.lang.String msg)
public TransformerException(java.lang.Throwable cause)
public Throwable getCause()
public Throwable getException()
public String getLocationAsString()
public SourceLocator getLocator()
public String getMessageAndLocation()
public synchronized Throwable initCause(java.lang.Throwable cause)
public void printStackTrace()
public void printStackTrace(java.io.PrintStream stream)
public void printStackTrace(java.io.PrintWriter writer)
public void setLocator(SourceLocator location)