javax.xml.parsers
Class FactoryConfigurationError
Error
javax.xml.parsers.FactoryConfigurationError
public class FactoryConfigurationError
extends Error
An error occurred during configuration of the parser factory.
Exception | getException() - Returns the underlying cause of this exception, if any.
|
String | getMessage() - Returns the message for this error, if any.
|
FactoryConfigurationError
public FactoryConfigurationError()
Constructor with no detail message.
FactoryConfigurationError
public FactoryConfigurationError(Exception e)
Constructor with the specified underlying cause.
e
- the underlying cause of this exception
FactoryConfigurationError
public FactoryConfigurationError(Exception e,
String msg)
Constructor with the specified underlying cause and detail message.
e
- the underlying cause of this exceptionmsg
- the detail message
FactoryConfigurationError
public FactoryConfigurationError(String msg)
Constructor with the specified detail message.
msg
- the detail message
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.