javax.xml.parsers

Class FactoryConfigurationError


public class FactoryConfigurationError
extends Error

An error occurred during configuration of the parser factory.

Constructor Summary

FactoryConfigurationError()
Constructor with no detail message.
FactoryConfigurationError(Exception e)
Constructor with the specified underlying cause.
FactoryConfigurationError(Exception e, String msg)
Constructor with the specified underlying cause and detail message.
FactoryConfigurationError(String msg)
Constructor with the specified detail message.

Method Summary

Exception
getException()
Returns the underlying cause of this exception, if any.
String
getMessage()
Returns the message for this error, if any.

Constructor Details

FactoryConfigurationError

public FactoryConfigurationError()
Constructor with no detail message.


FactoryConfigurationError

public FactoryConfigurationError(Exception e)
Constructor with the specified underlying cause.

Parameters:
e - the underlying cause of this exception


FactoryConfigurationError

public FactoryConfigurationError(Exception e,
                                 String msg)
Constructor with the specified underlying cause and detail message.

Parameters:
e - the underlying cause of this exception
msg - the detail message


FactoryConfigurationError

public FactoryConfigurationError(String msg)
Constructor with the specified detail message.

Parameters:
msg - the detail message

Method Details

getException

public Exception getException()
Returns the underlying cause of this exception, if any.


getMessage

public String getMessage()
Returns the message for this error, if any.