javax.xml.parsers
Class FactoryConfigurationError
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Error
|
+--javax.xml.parsers.FactoryConfigurationError
- All Implemented Interfaces:
- java.io.Serializable
- public class FactoryConfigurationError
- extends java.lang.Error
- See Also:
- Serialized Form
Method Summary |
java.lang.Exception |
getException()
Get the root cause of the exception |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
FactoryConfigurationError
public FactoryConfigurationError()
- Creates a new error
FactoryConfigurationError
public FactoryConfigurationError(java.lang.String msg)
- Creates a new error with the given message
FactoryConfigurationError
public FactoryConfigurationError(java.lang.Exception e)
- Creates a new error with a wrapped exception
FactoryConfigurationError
public FactoryConfigurationError(java.lang.Exception e,
java.lang.String msg)
- Creates a new error with a wrapped exception
getException
public java.lang.Exception getException()
- Get the root cause of the exception