Class XMLStreamException

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

public class XMLStreamException extends Exception
See Also:
  • Field Details

  • Constructor Details

    • XMLStreamException

      public XMLStreamException()
    • XMLStreamException

      public XMLStreamException(String msg)
    • XMLStreamException

      public XMLStreamException(Throwable th)
    • XMLStreamException

      public XMLStreamException(String msg, Throwable th)
    • XMLStreamException

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

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

    • getNestedException

      public Throwable getNestedException()
    • getLocation

      public Location getLocation()