javax.xml.transform

Class TransformerFactoryConfigurationError

public class TransformerFactoryConfigurationError extends Error

An error occurred during configuration of the transformer factory.
Constructor Summary
TransformerFactoryConfigurationError()
Constructor with no detail message.
TransformerFactoryConfigurationError(String msg)
Constructor with a detail message.
TransformerFactoryConfigurationError(Exception e)
Constructor with an underlying cause.
TransformerFactoryConfigurationError(Exception e, String msg)
Constructor with an underlying cause and detail message.
Method Summary
ExceptiongetException()
Returns the underlying cause.
StringgetMessage()
Returns the detail message.

Constructor Detail

TransformerFactoryConfigurationError

public TransformerFactoryConfigurationError()
Constructor with no detail message.

TransformerFactoryConfigurationError

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

TransformerFactoryConfigurationError

public TransformerFactoryConfigurationError(Exception e)
Constructor with an underlying cause.

TransformerFactoryConfigurationError

public TransformerFactoryConfigurationError(Exception e, String msg)
Constructor with an underlying cause and detail message.

Method Detail

getException

public Exception getException()
Returns the underlying cause.

getMessage

public String getMessage()
Returns the detail message.