javax.xml.transform
Class TransformerConfigurationException
public class TransformerConfigurationException
An exception occurred during configuration of the transformer.
TransformerConfigurationException
public TransformerConfigurationException()
Constructor with no detail message.
TransformerConfigurationException
public TransformerConfigurationException(String msg)
Constructor with a detail message.
TransformerConfigurationException
public TransformerConfigurationException(String msg,
Throwable e)
Constructor with detail message and underlyinmg cause.
TransformerConfigurationException
public TransformerConfigurationException(String message,
SourceLocator locator)
Constructor with detail message and locator.
TransformerConfigurationException
public TransformerConfigurationException(String message,
SourceLocator locator,
Throwable e)
Constructor with detail message, locator and underlying cause.
TransformerConfigurationException
public TransformerConfigurationException(Throwable e)
Constructor with underlying cause.