javax.xml.parsers
public class FactoryConfigurationError extends Error
Constructor and Description |
---|
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.
|
Modifier and Type | Method and Description |
---|---|
Exception |
getException()
Returns the underlying cause of this exception, if any.
|
String |
getMessage()
Returns the message for this error, if any.
|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public FactoryConfigurationError()
public FactoryConfigurationError(String msg)
msg
- the detail messagepublic FactoryConfigurationError(Exception e)
e
- the underlying cause of this exceptionpublic FactoryConfigurationError(Exception e, String msg)
e
- the underlying cause of this exceptionmsg
- the detail messagepublic String getMessage()
getMessage
in class Throwable
public Exception getException()