Package javax.xml.stream
Class XMLStreamException
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.xml.stream.XMLStreamException
- All Implemented Interfaces:
java.io.Serializable
public class XMLStreamException
extends java.lang.Exception
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionXMLStreamException
(java.lang.String msg) XMLStreamException
(java.lang.String msg, java.lang.Throwable th) XMLStreamException
(java.lang.String msg, Location location) XMLStreamException
(java.lang.String msg, Location location, java.lang.Throwable th) XMLStreamException
(java.lang.Throwable th) -
Method Summary
Modifier and TypeMethodDescriptionjava.lang.Throwable
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Field Details
-
nested
protected java.lang.Throwable nested -
location
-
-
Constructor Details
-
XMLStreamException
public XMLStreamException() -
XMLStreamException
public XMLStreamException(java.lang.String msg) -
XMLStreamException
public XMLStreamException(java.lang.Throwable th) -
XMLStreamException
public XMLStreamException(java.lang.String msg, java.lang.Throwable th) -
XMLStreamException
-
XMLStreamException
-
-
Method Details
-
getNestedException
public java.lang.Throwable getNestedException() -
getLocation
-