Java javax.xml.stream XMLStreamException fields, constructors, methods, implement or subclass

Example usage for Java javax.xml.stream XMLStreamException fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.xml.stream XMLStreamException.

The text is from its open source code.

Constructor

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.

Method

ThrowablegetCause()
Returns the cause of this throwable or null if the cause is nonexistent or unknown.
ClassgetClass()
Returns the runtime class of this Object .
StringgetLocalizedMessage()
Creates a localized description of this throwable.
LocationgetLocation()
Gets the location of the exception
StringgetMessage()
Returns the detail message string of this throwable.
ThrowablegetNestedException()
Gets the nested exception.
voidprintStackTrace()
Prints this throwable and its backtrace to the standard error stream.
voidprintStackTrace(PrintStream s)
Prints this throwable and its backtrace to the specified print stream.
StringtoString()
Returns a short description of this throwable.