|
BEA Systems, Inc. | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception java.io.IOException weblogic.xml.stream.XMLStreamException
public class XMLStreamException
The base exception for unexpected input during XML handling
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface 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(Throwable th)
public XMLStreamException(String msg, Throwable th)
Method Detail |
---|
public Throwable getNestedException()
public String getMessage()
getMessage
in class Throwable
public Throwable getNested()
getNested
in interface weblogic.utils.NestedThrowable
public String superToString()
superToString
in interface weblogic.utils.NestedThrowable
public void superPrintStackTrace(PrintStream ps)
superPrintStackTrace
in interface weblogic.utils.NestedThrowable
public void superPrintStackTrace(PrintWriter pw)
superPrintStackTrace
in interface weblogic.utils.NestedThrowable
public String toString()
toString
in class Throwable
public void printStackTrace(PrintStream s)
printStackTrace
in class Throwable
s
- PrintStreampublic void printStackTrace(PrintWriter w)
printStackTrace
in class Throwable
s
- PrintStreampublic void printStackTrace()
printStackTrace
in class Throwable
s
- PrintStream
|
Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs92 Copyright 2006 BEA Systems Inc. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |