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:
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()
-