Package groovy.xml
Class XmlRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
groovy.lang.GroovyRuntimeException
groovy.xml.XmlRuntimeException
- All Implemented Interfaces:
Serializable
Represents a runtime exception that occurred when parsing or building XML.
- Since:
- 6.0.0
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionXmlRuntimeException(String msg, Throwable cause) XmlRuntimeException(Throwable cause) -
Method Summary
Methods inherited from class groovy.lang.GroovyRuntimeException
getLocationText, getMessage, getMessageWithoutLocationText, getModule, getNode, setModuleMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
XmlRuntimeException
-
XmlRuntimeException
-
XmlRuntimeException
-