javax.xml.transform
Class TransformerFactoryConfigurationError
- Error
- javax.xml.transform.TransformerFactoryConfigurationError
public class TransformerFactoryConfigurationError
extends Error
 An error occurred during configuration of the transformer factory.
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.
getException
public Exception getException()
 Returns the underlying cause.
getMessage
public String getMessage()
 Returns the detail message.