javax.xml.transform
public class TransformerConfigurationException extends TransformerException
| Constructor Summary | |
|---|---|
| TransformerConfigurationException()
Constructor with no detail message. | |
| TransformerConfigurationException(String msg)
Constructor with a detail message. | |
| TransformerConfigurationException(Throwable e)
Constructor with underlying cause. | |
| TransformerConfigurationException(String msg, Throwable e)
Constructor with detail message and underlyinmg cause. | |
| 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. | |