java.lang.Objectjava.lang.Throwable
java.lang.Exception
javax.xml.transform.TransformerException
javax.xml.transform.TransformerConfigurationException
All Implemented Interfaces:
Serializable
| Fields inherited from javax.xml.transform.TransformerException: |
|---|
| locator, containedException |
| Fields inherited from java.lang.Exception: |
|---|
| serialVersionUID |
| Constructor: |
|---|
TransformerConfigurationException with no
detail mesage. |
TransformerConfigurationException with
the String specified as an error message.
|
TransformerConfigurationException with a
given Exception base cause of the error.
|
TransformerConfigurationException with the
given Exception base cause and detail message.
|
This constructor is especially useful when an application is creating its own exception from within a DocumentHandler callback.
|
|
| Methods from javax.xml.transform.TransformerException: |
|---|
| getCause, getException, getLocationAsString, getLocator, getMessageAndLocation, initCause, printStackTrace, printStackTrace, printStackTrace, setLocator |
| Methods from java.lang.Throwable: |
|---|
| fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods from java.lang.Object: |
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |