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(Exception e)
Constructor with an underlying cause.
TransformerFactoryConfigurationError(Exception e, String msg)
Constructor with an underlying cause and detail message.
TransformerFactoryConfigurationError(String msg)
Constructor with a detail message.

Method Summary

Exception
getException()
Returns the underlying cause.
String
getMessage()
Returns the detail message.

Constructor Details

TransformerFactoryConfigurationError

public TransformerFactoryConfigurationError()
Constructor with no 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.


TransformerFactoryConfigurationError

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

Method Details

getException

public Exception getException()
Returns the underlying cause.


getMessage

public String getMessage()
Returns the detail message.