Package groovy.xml

Class XmlRuntimeException

All Implemented Interfaces:
Serializable

@Incubating public class XmlRuntimeException extends GroovyRuntimeException
Represents a runtime exception that occurred when parsing or building XML.
Since:
6.0.0
See Also:
  • Constructor Details

    • XmlRuntimeException

      public XmlRuntimeException(String msg)
    • XmlRuntimeException

      public XmlRuntimeException(Throwable cause)
    • XmlRuntimeException

      public XmlRuntimeException(String msg, Throwable cause)