BEA Systems, Inc.

BEA WebLogic Server 9.0 API Reference


weblogic.xml.stream
Class XMLStreamException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.io.IOException
              extended byweblogic.xml.stream.XMLStreamException
All Implemented Interfaces:
weblogic.utils.NestedThrowable, Serializable
Direct Known Subclasses:
SecurityProcessingException

Deprecated. please use java standard StAX api

public class XMLStreamException
extends IOException
implements weblogic.utils.NestedThrowable

The base exception for unexpected input during XML handling

Since:
Weblogic XML Input Stream 1.0
See Also:
Serialized Form
Copyright © 2005 BEA Systems, Inc. All Rights Reserved.

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

th

protected Throwable th
Deprecated. 
Constructor Detail

XMLStreamException

public XMLStreamException()
Deprecated. 

XMLStreamException

public XMLStreamException(String msg)
Deprecated. 

XMLStreamException

public XMLStreamException(String msg,
                          Throwable th)
Deprecated. 

XMLStreamException

public XMLStreamException(Throwable th)
Deprecated. 
Method Detail

getMessage

public String getMessage()
Deprecated. 

getNested

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

Specified by:
getNested in interface weblogic.utils.NestedThrowable
Returns:
Nested exception

getNestedException

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

Returns:
Nested exception

printStackTrace

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


printStackTrace

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

Parameters:
s - PrintStream

printStackTrace

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


superPrintStackTrace

public void superPrintStackTrace(PrintStream ps)
Deprecated. 
Specified by:
superPrintStackTrace in interface weblogic.utils.NestedThrowable

superPrintStackTrace

public void superPrintStackTrace(PrintWriter pw)
Deprecated. 
Specified by:
superPrintStackTrace in interface weblogic.utils.NestedThrowable

superToString

public String superToString()
Deprecated. 
Specified by:
superToString in interface weblogic.utils.NestedThrowable

toString

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

Returns:
String representation of the exception

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs90
Copyright 2005 BEA Systems Inc.