Package javax.xml.stream
Class FactoryConfigurationError
java.lang.Object
java.lang.Throwable
java.lang.Error
javax.xml.stream.FactoryConfigurationError
- All Implemented Interfaces:
java.io.Serializable
public class FactoryConfigurationError
extends java.lang.Error
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionFactoryConfigurationError
(java.lang.Exception e) FactoryConfigurationError
(java.lang.Exception e, java.lang.String msg) FactoryConfigurationError
(java.lang.String msg) FactoryConfigurationError
(java.lang.String msg, java.lang.Exception e) -
Method Summary
Modifier and TypeMethodDescriptionjava.lang.Exception
java.lang.String
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
FactoryConfigurationError
public FactoryConfigurationError() -
FactoryConfigurationError
public FactoryConfigurationError(java.lang.Exception e) -
FactoryConfigurationError
public FactoryConfigurationError(java.lang.Exception e, java.lang.String msg) -
FactoryConfigurationError
public FactoryConfigurationError(java.lang.String msg) -
FactoryConfigurationError
public FactoryConfigurationError(java.lang.String msg, java.lang.Exception e)
-
-
Method Details
-
getException
public java.lang.Exception getException() -
getMessage
public java.lang.String getMessage()- Overrides:
getMessage
in classjava.lang.Throwable
-