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