|
BEA Systems, Inc. | |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.io.IOException
weblogic.xml.stream.XMLStreamException
The base exception for unexpected input during XML handling
Nested Class Summary |
Nested classes inherited from class weblogic.utils.NestedThrowable |
weblogic.utils.NestedThrowable.Util |
Field Summary | |
protected Throwable |
th
Deprecated. |
Constructor Summary | |
XMLStreamException()
Deprecated. |
|
XMLStreamException(String msg)
Deprecated. |
|
XMLStreamException(String msg,
Throwable th)
Deprecated. |
|
XMLStreamException(Throwable th)
Deprecated. |
Method Summary | |
String |
getMessage()
Deprecated. |
Throwable |
getNested()
Deprecated. Gets the nested Throwable. |
Throwable |
getNestedException()
Deprecated. Gets the nested exception. |
void |
printStackTrace()
Deprecated. Prints the stack trace associated with this exception and its nested exception to System.err. |
void |
printStackTrace(PrintStream s)
Deprecated. Prints the stack trace associated with this exception and its nested exception. |
void |
printStackTrace(PrintWriter w)
Deprecated. Prints the stack trace associated with this exception and its nested exception. |
void |
superPrintStackTrace(PrintStream ps)
Deprecated. |
void |
superPrintStackTrace(PrintWriter pw)
Deprecated. |
String |
superToString()
Deprecated. |
String |
toString()
Deprecated. Prints the exception message and its nested exception message. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
protected Throwable th
Constructor Detail |
public XMLStreamException()
public XMLStreamException(String msg)
public XMLStreamException(String msg, Throwable th)
public XMLStreamException(Throwable th)
Method Detail |
public String getMessage()
public Throwable getNested()
getNested
in interface weblogic.utils.NestedThrowable
public Throwable getNestedException()
public void printStackTrace()
public void printStackTrace(PrintStream s)
s
- PrintStreampublic void printStackTrace(PrintWriter w)
public void superPrintStackTrace(PrintStream ps)
superPrintStackTrace
in interface weblogic.utils.NestedThrowable
public void superPrintStackTrace(PrintWriter pw)
superPrintStackTrace
in interface weblogic.utils.NestedThrowable
public String superToString()
superToString
in interface weblogic.utils.NestedThrowable
public String toString()
|
Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs90 Copyright 2005 BEA Systems Inc. |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |