|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Error javax.xml.stream.FactoryConfigurationError
public class FactoryConfigurationError
An error class for reporting factory configuration errors.
Constructor Summary | |
---|---|
FactoryConfigurationError()
Default constructor |
|
FactoryConfigurationError(java.lang.Exception e)
Construct an exception with a nested inner exception |
|
FactoryConfigurationError(java.lang.Exception e,
java.lang.String msg)
Construct an exception with a nested inner exception and a message |
|
FactoryConfigurationError(java.lang.String msg)
Construct an exception with associated message |
|
FactoryConfigurationError(java.lang.String msg,
java.lang.Exception e)
Construct an exception with a nested inner exception and a message |
Method Summary | |
---|---|
java.lang.Exception |
getException()
Return the nested exception (if any) |
java.lang.String |
getMessage()
Report the message associated with this error |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public FactoryConfigurationError()
public FactoryConfigurationError(java.lang.Exception e)
e
- the exception to nestpublic FactoryConfigurationError(java.lang.Exception e, java.lang.String msg)
e
- the exception to nestmsg
- the message to reportpublic FactoryConfigurationError(java.lang.String msg, java.lang.Exception e)
msg
- the message to reporte
- the exception to nestpublic FactoryConfigurationError(java.lang.String msg)
e
- the exception to nestmsg
- the message to reportMethod Detail |
---|
public java.lang.Exception getException()
public java.lang.String getMessage()
getMessage
in class java.lang.Throwable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |