| java.lang.Object | |||
| ↳ | java.lang.Throwable | ||
| ↳ | java.lang.Exception | ||
| ↳ | javax.xml.stream.XMLStreamException | ||
The base exception for unexpected processing errors. This Exception class is used to report well-formedness errors as well as unexpected processing conditions.
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| location | |||||||||||
| nested | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Default constructor
| |||||||||||
Construct an exception with the assocated message.
| |||||||||||
Construct an exception with the assocated exception
| |||||||||||
Construct an exception with the assocated message and exception
| |||||||||||
Construct an exception with the assocated message, exception and location.
| |||||||||||
Construct an exception with the assocated message, exception and location.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the location of the exception
| |||||||||||
Gets the nested exception.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Throwable
| |||||||||||
From class
java.lang.Object
| |||||||||||
Default constructor
Construct an exception with the assocated message.
| msg | the message to report |
|---|
Construct an exception with the assocated exception
| th | a nested exception |
|---|
Construct an exception with the assocated message and exception
| msg | the message to report |
|---|---|
| th | a nested exception |
Construct an exception with the assocated message, exception and location.
| msg | the message to report |
|---|---|
| location | the location of the error |
| th | a nested exception |
Construct an exception with the assocated message, exception and location.
| msg | the message to report |
|---|---|
| location | the location of the error |
Gets the location of the exception
Gets the nested exception.