Class RuntimeXMLStreamException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.github.javaparser.printer.RuntimeXMLStreamException
All Implemented Interfaces:
Serializable

class RuntimeXMLStreamException extends RuntimeException
RuntimeException subclass encapsulationg XMLStreamException.

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

  • Constructor Details

  • Method Details