|
Oracle | ||||||||||
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
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()
public String superToString()
public void superPrintStackTrace(PrintStream ps)
public void superPrintStackTrace(PrintWriter pw)
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/docs103 Copyright 1996,2008, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |