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
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
nested
protected Throwable nested
location
protected Location location
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()
getLocation
public Location getLocation()
Copyright © 2003-2012 Apache Software Foundation. All Rights Reserved.