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:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
location
protected Location location
nested
protected java.lang.Throwable nested
XMLStreamException
public XMLStreamException()
XMLStreamException
public XMLStreamException(java.lang.String msg)
XMLStreamException
public XMLStreamException(java.lang.String msg,
Location location)
XMLStreamException
public XMLStreamException(java.lang.String msg,
Location location,
java.lang.Throwable th)
XMLStreamException
public XMLStreamException(java.lang.String msg,
java.lang.Throwable th)
XMLStreamException
public XMLStreamException(java.lang.Throwable th)
getLocation
public Location getLocation()
getNestedException
public java.lang.Throwable getNestedException()