java.lang.Object | |||
↳ | java.lang.Throwable | ||
↳ | java.lang.Error | ||
↳ | javax.xml.stream.FactoryConfigurationError |
An error class for reporting factory configuration errors.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Default constructor
| |||||||||||
Construct an exception with a nested inner exception
| |||||||||||
Construct an exception with a nested inner exception
and a message
| |||||||||||
Construct an exception with a nested inner exception
and a message
| |||||||||||
Construct an exception with associated message
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
use the exception chaining mechanism of JDK1.4
| |||||||||||
Return the nested exception (if any)
| |||||||||||
Report the message associated with this error
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Default constructor
Construct an exception with a nested inner exception
e | the exception to nest |
---|
Construct an exception with a nested inner exception and a message
e | the exception to nest |
---|---|
msg | the message to report |
Construct an exception with a nested inner exception and a message
msg | the message to report |
---|---|
e | the exception to nest |
Construct an exception with associated message
msg | the message to report |
---|
use the exception chaining mechanism of JDK1.4
Return the nested exception (if any)
Report the message associated with this error