Oracle Fusion Middleware
Oracle WebLogic Server API Reference
11g Release 1 (10.3.6)

Part Number E13941-06

weblogic.xml.stream
Class XMLStreamException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by weblogic.xml.stream.XMLStreamException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
SecurityProcessingException

Deprecated. please use java standard StAX api

public class XMLStreamException
extends IOException

The base exception for unexpected input during XML handling

Since:
Weblogic XML Input Stream 1.0
See Also:
Serialized Form

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

th

protected Throwable th
Deprecated. 
Constructor Detail

XMLStreamException

public XMLStreamException()
Deprecated. 

XMLStreamException

public XMLStreamException(String msg)
Deprecated. 

XMLStreamException

public XMLStreamException(Throwable th)
Deprecated. 

XMLStreamException

public XMLStreamException(String msg,
                          Throwable th)
Deprecated. 
Method Detail

getNestedException

public Throwable getNestedException()
Deprecated. 
Gets the nested exception.

Returns:
Nested exception

getMessage

public String getMessage()
Deprecated. 
Overrides:
getMessage in class Throwable

getNested

public Throwable getNested()
Deprecated. 
Gets the nested Throwable.

Returns:
Nested exception

superToString

public String superToString()
Deprecated. 

superPrintStackTrace

public void superPrintStackTrace(PrintStream ps)
Deprecated. 

superPrintStackTrace

public void superPrintStackTrace(PrintWriter pw)
Deprecated. 

toString

public String toString()
Deprecated. 
Prints the exception message and its nested exception message.

Overrides:
toString in class Throwable
Returns:
String representation of the exception

printStackTrace

public void printStackTrace(PrintStream s)
Deprecated. 
Prints the stack trace associated with this exception and its nested exception.

Overrides:
printStackTrace in class Throwable
Parameters:
s - PrintStream

printStackTrace

public void printStackTrace(PrintWriter w)
Deprecated. 
Prints the stack trace associated with this exception and its nested exception.

Overrides:
printStackTrace in class Throwable
Parameters:
w - PrintStream

printStackTrace

public void printStackTrace()
Deprecated. 
Prints the stack trace associated with this exception and its nested exception to System.err.

Overrides:
printStackTrace in class Throwable

Copyright 1996, 2011, 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.

Oracle Fusion Middleware
Oracle WebLogic Server API Reference
11g Release 1 (10.3.6)

Part Number E13941-06