Class XMLStreamException

  • All Implemented Interfaces:
    java.io.Serializable

    public class XMLStreamException
    extends java.lang.Exception
    See Also:
    Serialized Form
    • Field Detail

      • nested

        protected java.lang.Throwable nested
    • Constructor Detail

      • 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 Detail

      • getNestedException

        public java.lang.Throwable getNestedException()
      • getLocation

        public Location getLocation()