public class XMLStreamException extends IOException implements NestedThrowable
NestedThrowable.Util| Constructor and Description |
|---|
XMLStreamException() |
XMLStreamException(String msg) |
XMLStreamException(String msg,
Throwable th) |
XMLStreamException(Throwable th) |
| Modifier and Type | Method and Description |
|---|---|
String |
getMessage() |
Throwable |
getNested()
Gets the nested Throwable.
|
Throwable |
getNestedException()
Gets the nested exception.
|
void |
printStackTrace()
Prints the stack trace associated with this exception and
its nested exception to System.err.
|
void |
printStackTrace(PrintStream s)
Prints the stack trace associated with this exception and
its nested exception.
|
void |
printStackTrace(PrintWriter w)
Prints the stack trace associated with this exception and
its nested exception.
|
void |
superPrintStackTrace(PrintStream ps)
Call super.printStackTrace().
|
void |
superPrintStackTrace(PrintWriter pw)
Call super.printStackTrace().
|
String |
superToString()
Call super.toString().
|
String |
toString()
Prints the exception message and its nested exception message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, setStackTracepublic XMLStreamException()
public XMLStreamException(String msg)
public XMLStreamException(Throwable th)
public Throwable getNestedException()
public String getMessage()
getMessage in class Throwablepublic Throwable getNested()
getNested in interface NestedThrowablepublic String superToString()
NestedThrowablesuperToString in interface NestedThrowablepublic void superPrintStackTrace(PrintStream ps)
NestedThrowablesuperPrintStackTrace in interface NestedThrowablepublic void superPrintStackTrace(PrintWriter pw)
NestedThrowablesuperPrintStackTrace in interface NestedThrowablepublic String toString()
public void printStackTrace(PrintStream s)
printStackTrace in class Throwables - PrintStreampublic void printStackTrace(PrintWriter w)
printStackTrace in class Throwables - PrintStreampublic void printStackTrace()
printStackTrace in class Throwables - PrintStreamCopyright © 2010 - 2020 Adobe. All Rights Reserved