@Incubating
public class XmlRuntimeException
extends GroovyRuntimeException
Represents a runtime exception that occurred when parsing or building XML.
| Constructor and description |
|---|
XmlRuntimeException(String msg)Creates a new exception with a detail message. |
XmlRuntimeException(Throwable cause)Creates a new exception wrapping the supplied cause. |
XmlRuntimeException(String msg, Throwable cause)Creates a new exception with a detail message and cause. |
| Methods inherited from class | Name |
|---|---|
class GroovyRuntimeException |
getLocationText, getMessage, getMessageWithoutLocationText, getModule, getNode, setModule |
Copyright © 2003-2026 The Apache Software Foundation. All rights reserved.