javax.xml.stream
Class XMLStreamException
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.xml.stream.XMLStreamException
- All Implemented Interfaces:
- Serializable
public class XMLStreamException
- extends Exception
Exception indicating an XML stream processing error.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
location
protected Location location
nested
protected Throwable nested
XMLStreamException
public XMLStreamException()
XMLStreamException
public XMLStreamException(String msg)
XMLStreamException
public XMLStreamException(Throwable th)
XMLStreamException
public XMLStreamException(String msg,
Throwable th)
XMLStreamException
public XMLStreamException(String msg,
Location location,
Throwable th)
XMLStreamException
public XMLStreamException(String msg,
Location location)
getNestedException
public Throwable getNestedException()
- Returns the nested exception.
getLocation
public Location getLocation()
- Returns the location of the exception.