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 |
nested
protected java.lang.Throwable nested
location
protected Location location
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
public XMLStreamException(java.lang.String msg,
Location location,
java.lang.Throwable th)
XMLStreamException
public XMLStreamException(java.lang.String msg,
Location location)
getNestedException
public java.lang.Throwable getNestedException()
getLocation
public Location getLocation()
Copyright © 2009. All Rights Reserved.