API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.xml.stream. XMLStreamException View Source
Author(s)
Copyright (c) 2003 by BEA Systems. All Rights Reserved.
Since
1.6
Version
1.0
Serial
Hierarchy
 Object
      Throwable
          Exception
              XMLStreamException
Implements
Subclasses
Description
public exception XMLStreamException
  The base exception for unexpected processing errors.
See also:   
Constructors
public XMLStreamException ()
Default constructor
public XMLStreamException (String msg)
  Construct an exception with the assocated message.
public XMLStreamException (String msg, Location location)
  Construct an exception with the assocated message, exception and location.
public XMLStreamException (String msg, Location location, Throwable th)
  Construct an exception with the assocated message, exception and location.
public XMLStreamException (String msg, Throwable th)
  Construct an exception with the assocated message and exception
public XMLStreamException (Throwable th)
  Construct an exception with the assocated exception
Methods
Hide/Show inherited methods
publicsynchronizednative Throwable fillInStackTrace () [Inherited From Throwable]
  Fills in the execution stack trace.
public Throwable getCause () [Inherited From Throwable]
  Returns the cause of this throwable or null if the cause is nonexistent or unknown.
public String getLocalizedMessage () [Inherited From Throwable]
  Creates a localized description of this throwable.
public Location getLocation ()
  Gets the location of the exception
public String getMessage () [Inherited From Throwable]
  Returns the detail message string of this throwable.
public Throwable getNestedException ()
  Gets the nested exception.
public StackTraceElement getStackTrace () [Inherited From Throwable]
  Provides programmatic access to the stack trace information printed by Throwable.printStackTrace().
publicsynchronized Throwable initCause (Throwable cause) [Inherited From Throwable]
  Initializes the cause of this throwable to the specified value.
public void printStackTrace () [Inherited From Throwable]
  Prints this throwable and its backtrace to the standard error stream.
public void printStackTrace (PrintStream s) [Inherited From Throwable]
  Prints this throwable and its backtrace to the specified print stream.
public void printStackTrace (PrintWriter s) [Inherited From Throwable]
  Prints this throwable and its backtrace to the specified print writer.
public void setStackTrace (StackTraceElement stackTrace) [Inherited From Throwable]
  Sets the stack trace elements that will be returned by Throwable.getStackTrace() and printed by Throwable.printStackTrace() and related methods.
public String toString () [Inherited From Throwable]
  Returns a short description of this throwable.
Fields
Hide/Show inherited fields
protected Location location
protected Throwable nested
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar