| Constructors |
| public |
XMLStreamException() Default constructor
|
| public |
XMLStreamException(String msg) Construct an exception with the assocated message.
|
| public |
XMLStreamException(Throwable th) Construct an exception with the assocated exception
|
| public |
XMLStreamException(String msg, Throwable th) Construct an exception with the assocated message and exception
| th | a nested exception |
| msg | the message to report |
|
| public |
XMLStreamException(String msg, Location location, Throwable th) Construct an exception with the assocated message, exception and location.
| th | a nested exception |
| msg | the message to report |
| location | the location of the error |
|
| public |
XMLStreamException(String msg, Location location) Construct an exception with the assocated message, exception and location.
| msg | the message to report |
| location | the location of the error |
|