com.sun.xml.stream
Class XMLStreamException2

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by javax.xml.stream.XMLStreamException
              extended by com.sun.xml.stream.XMLStreamException2
All Implemented Interfaces:
java.io.Serializable

public class XMLStreamException2
extends javax.xml.stream.XMLStreamException

Author:
Joe.Wang@sun.com
See Also:
Serialized Form

Field Summary
 
Fields inherited from class javax.xml.stream.XMLStreamException
location, nested
 
Constructor Summary
XMLStreamException2(java.lang.String msg)
           
XMLStreamException2(java.lang.String msg, javax.xml.stream.Location location)
           
XMLStreamException2(java.lang.String msg, javax.xml.stream.Location location, java.lang.Throwable th)
           
XMLStreamException2(java.lang.String msg, java.lang.Throwable th)
           
XMLStreamException2(java.lang.Throwable th)
           
 
Method Summary
 java.lang.Throwable getCause()
          XMLStreamException doesn't return the correct cause.
 
Methods inherited from class javax.xml.stream.XMLStreamException
getLocation, getNestedException
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XMLStreamException2

public XMLStreamException2(java.lang.String msg)

XMLStreamException2

public XMLStreamException2(java.lang.Throwable th)

XMLStreamException2

public XMLStreamException2(java.lang.String msg,
                           java.lang.Throwable th)

XMLStreamException2

public XMLStreamException2(java.lang.String msg,
                           javax.xml.stream.Location location)

XMLStreamException2

public XMLStreamException2(java.lang.String msg,
                           javax.xml.stream.Location location,
                           java.lang.Throwable th)
Method Detail

getCause

public java.lang.Throwable getCause()
XMLStreamException doesn't return the correct cause.

Overrides:
getCause in class java.lang.Throwable


Copyright ? 2002-2003 Apache XML Project. All Rights Reserved.