Class RuntimeXMLStreamException

  • All Implemented Interfaces:
    java.io.Serializable

    class RuntimeXMLStreamException
    extends java.lang.RuntimeException
    RuntimeException subclass encapsulationg XMLStreamException.

    Used for generating methods without checked exceptions, but allowing to selectively capture of XMLStreamException at higher levels.

    • Constructor Summary

      Constructors 
      Constructor Description
      RuntimeXMLStreamException​(javax.xml.stream.XMLStreamException cause)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      javax.xml.stream.XMLStreamException getXMLStreamCause()  
      • 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
    • Constructor Detail

      • RuntimeXMLStreamException

        public RuntimeXMLStreamException​(javax.xml.stream.XMLStreamException cause)
    • Method Detail

      • getXMLStreamCause

        public javax.xml.stream.XMLStreamException getXMLStreamCause()