Example usage for Java javax.xml.stream XMLStreamException fields, constructors, methods, implement or subclass
The text is from its open source code.
XMLStreamException(String msg) Construct an exception with the assocated message. | |
XMLStreamException(Throwable th) Construct an exception with the assocated exception | |
XMLStreamException(String msg, Throwable th) Construct an exception with the assocated message and exception | |
XMLStreamException(String msg, Location location) Construct an exception with the assocated message, exception and location. | |
XMLStreamException() Default constructor | |
XMLStreamException(String msg, Location location, Throwable th) Construct an exception with the assocated message, exception and location. |
Throwable | getCause() Returns the cause of this throwable or null if the cause is nonexistent or unknown. |
Class> | getClass() Returns the runtime class of this Object . |
String | getLocalizedMessage() Creates a localized description of this throwable. |
Location | getLocation() Gets the location of the exception |
String | getMessage() Returns the detail message string of this throwable. |
Throwable | getNestedException() Gets the nested exception. |
void | printStackTrace() Prints this throwable and its backtrace to the standard error stream. |
void | printStackTrace(PrintStream s) Prints this throwable and its backtrace to the specified print stream. |
String | toString() Returns a short description of this throwable. |