public class TransformerConfigurationExceptionWrapper extends javax.xml.transform.TransformerConfigurationException implements ExceptionWrapper
Constructor and Description |
---|
TransformerConfigurationExceptionWrapper()
Create a new exception with no error message.
|
TransformerConfigurationExceptionWrapper(java.lang.String msg)
Create a new exception with a string error message.
|
TransformerConfigurationExceptionWrapper(java.lang.String msg,
java.lang.Throwable e)
Create a new exception with a wrapped exception.
|
TransformerConfigurationExceptionWrapper(java.lang.Throwable e)
Create a new exception with a wrapped exception.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Throwable |
getRootCause()
Returns the root exception.
|
getCause, getException, getLocationAsString, getLocator, getMessageAndLocation, initCause, printStackTrace, printStackTrace, printStackTrace, setLocator
public TransformerConfigurationExceptionWrapper()
public TransformerConfigurationExceptionWrapper(java.lang.String msg)
public TransformerConfigurationExceptionWrapper(java.lang.String msg, java.lang.Throwable e)
public TransformerConfigurationExceptionWrapper(java.lang.Throwable e)
public java.lang.Throwable getRootCause()
getRootCause
in interface ExceptionWrapper