Package com.github.javaparser.printer
Class RuntimeXMLStreamException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.github.javaparser.printer.RuntimeXMLStreamException
- All Implemented Interfaces:
Serializable
RuntimeException subclass encapsulationg XMLStreamException.
Used for generating methods without checked exceptions, but allowing to selectively capture of XMLStreamException at higher levels.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RuntimeXMLStreamException
-
-
Method Details
-
getXMLStreamCause
-