public class YamlRuntimeException
extends GroovyRuntimeException
Represents a runtime exception raised while parsing or building YAML.
| Constructor and description |
|---|
YamlRuntimeException(String msg)Creates an exception with a detail message. |
YamlRuntimeException(Throwable cause)Creates an exception that wraps the underlying cause. |
YamlRuntimeException(String msg, Throwable cause)Creates an exception with both a detail message and an underlying cause. |
| Methods inherited from class | Name |
|---|---|
class GroovyRuntimeException |
getLocationText, getMessage, getMessageWithoutLocationText, getModule, getNode, setModule |
Copyright © 2003-2026 The Apache Software Foundation. All rights reserved.