public class XMLStreamException extends Exception
| Modifier and Type | Field and Description | 
|---|---|
protected Location | 
location  | 
protected Throwable | 
nested  | 
| Constructor and Description | 
|---|
XMLStreamException()
Default constructor 
 | 
XMLStreamException(String msg)
Construct an exception with the assocated message. 
 | 
XMLStreamException(String msg,
                  Location location)
Construct an exception with the assocated message, exception and location. 
 | 
XMLStreamException(String msg,
                  Location location,
                  Throwable th)
Construct an exception with the assocated message, exception and location. 
 | 
XMLStreamException(String msg,
                  Throwable th)
Construct an exception with the assocated message and exception 
 | 
XMLStreamException(Throwable th)
Construct an exception with the assocated exception 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Location | 
getLocation()
Gets the location of the exception 
 | 
Throwable | 
getNestedException()
Gets the nested exception. 
 | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic XMLStreamException()
public XMLStreamException(String msg)
msg - the message to reportpublic XMLStreamException(Throwable th)
th - a nested exceptionpublic XMLStreamException(String msg, Throwable th)
th - a nested exceptionmsg - the message to reportpublic XMLStreamException(String msg, Location location, Throwable th)
th - a nested exceptionmsg - the message to reportlocation - the location of the error Submit a bug or feature 
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
 Copyright © 1993, 2012, Oracle and/or its affiliates.  All rights reserved.