public class TransformerConfigurationException extends TransformerException
| Constructor and Description |
|---|
TransformerConfigurationException()
Constructor with no detail message.
|
TransformerConfigurationException(java.lang.String msg)
Constructor with a detail message.
|
TransformerConfigurationException(java.lang.String message,
SourceLocator locator)
Constructor with detail message and locator.
|
TransformerConfigurationException(java.lang.String message,
SourceLocator locator,
java.lang.Throwable e)
Constructor with detail message, locator and underlying cause.
|
TransformerConfigurationException(java.lang.String msg,
java.lang.Throwable e)
Constructor with detail message and underlyinmg cause.
|
TransformerConfigurationException(java.lang.Throwable e)
Constructor with underlying cause.
|
getCause, getException, getLocationAsString, getLocator, getMessageAndLocation, initCause, printStackTrace, printStackTrace, printStackTrace, setLocatorpublic TransformerConfigurationException()
public TransformerConfigurationException(java.lang.String msg)
public TransformerConfigurationException(java.lang.Throwable e)
public TransformerConfigurationException(java.lang.String msg, java.lang.Throwable e)
public TransformerConfigurationException(java.lang.String message, SourceLocator locator)
public TransformerConfigurationException(java.lang.String message, SourceLocator locator, java.lang.Throwable e)