Class XMLStreamException

java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.xml.stream.XMLStreamException
All Implemented Interfaces:
java.io.Serializable

public class XMLStreamException extends java.lang.Exception
See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected Location
     
    protected java.lang.Throwable
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
    XMLStreamException(java.lang.String msg)
     
    XMLStreamException(java.lang.String msg, java.lang.Throwable th)
     
    XMLStreamException(java.lang.String msg, Location location)
     
    XMLStreamException(java.lang.String msg, Location location, java.lang.Throwable th)
     
    XMLStreamException(java.lang.Throwable th)
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    java.lang.Throwable
     

    Methods inherited from class java.lang.Throwable

    addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

    • nested

      protected java.lang.Throwable nested
    • location

      protected Location location
  • Constructor Details

    • XMLStreamException

      public XMLStreamException()
    • XMLStreamException

      public XMLStreamException(java.lang.String msg)
    • XMLStreamException

      public XMLStreamException(java.lang.Throwable th)
    • XMLStreamException

      public XMLStreamException(java.lang.String msg, java.lang.Throwable th)
    • XMLStreamException

      public XMLStreamException(java.lang.String msg, Location location, java.lang.Throwable th)
    • XMLStreamException

      public XMLStreamException(java.lang.String msg, Location location)
  • Method Details

    • getNestedException

      public java.lang.Throwable getNestedException()
    • getLocation

      public Location getLocation()