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(String msg)
Constructor with the specified 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.
Method Summary
ExceptiongetException()
Returns the underlying cause of this exception, if any.
StringgetMessage()
Returns the message for this error, if any.

Constructor Detail

FactoryConfigurationError

public FactoryConfigurationError()
Constructor with no detail message.

FactoryConfigurationError

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

Parameters: msg the 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

Method Detail

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.