javax.xml.transform

Class TransformerConfigurationException

public class TransformerConfigurationException extends TransformerException

An exception occurred during configuration of the transformer.
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.

Constructor Detail

TransformerConfigurationException

public TransformerConfigurationException()
Constructor with no detail message.

TransformerConfigurationException

public TransformerConfigurationException(String msg)
Constructor with a detail message.

TransformerConfigurationException

public TransformerConfigurationException(Throwable e)
Constructor with underlying cause.

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.