javax.xml.transform
public class TransformerConfigurationException extends TransformerException
Constructor and Description |
---|
TransformerConfigurationException()
Constructor with no detail message.
|
TransformerConfigurationException(String msg)
Constructor with a detail message.
|
TransformerConfigurationException(String message,
SourceLocator locator)
Constructor with detail message and locator.
|
TransformerConfigurationException(String message,
SourceLocator locator,
Throwable e)
Constructor with detail message, locator and underlying cause.
|
TransformerConfigurationException(String msg,
Throwable e)
Constructor with detail message and underlyinmg cause.
|
TransformerConfigurationException(Throwable e)
Constructor with underlying cause.
|
getCause, getException, getLocationAsString, getLocator, getMessageAndLocation, initCause, printStackTrace, printStackTrace, printStackTrace, setLocator
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, setStackTrace, toString
public TransformerConfigurationException()
public TransformerConfigurationException(String msg)
public TransformerConfigurationException(Throwable e)
public TransformerConfigurationException(String msg, Throwable e)
public TransformerConfigurationException(String message, SourceLocator locator)
public TransformerConfigurationException(String message, SourceLocator locator, Throwable e)