public class YamlRuntimeException extends groovy.lang.GroovyRuntimeException
Represents runtime exception occurred when parsing or building YAML
| Constructor and description |
|---|
YamlRuntimeException(String msg) |
YamlRuntimeException(Throwable cause) |
YamlRuntimeException(String msg, Throwable cause) |
| Methods inherited from class | Name |
|---|---|
class groovy.lang.GroovyRuntimeException |
groovy.lang.GroovyRuntimeException#addSuppressed(java.lang.Throwable), groovy.lang.GroovyRuntimeException#equals(java.lang.Object), groovy.lang.GroovyRuntimeException#fillInStackTrace(), groovy.lang.GroovyRuntimeException#getCause(), groovy.lang.GroovyRuntimeException#getClass(), groovy.lang.GroovyRuntimeException#getLocalizedMessage(), groovy.lang.GroovyRuntimeException#getMessage(), groovy.lang.GroovyRuntimeException#getMessageWithoutLocationText(), groovy.lang.GroovyRuntimeException#getModule(), groovy.lang.GroovyRuntimeException#getNode(), groovy.lang.GroovyRuntimeException#getStackTrace(), groovy.lang.GroovyRuntimeException#getSuppressed(), groovy.lang.GroovyRuntimeException#hashCode(), groovy.lang.GroovyRuntimeException#initCause(java.lang.Throwable), groovy.lang.GroovyRuntimeException#notify(), groovy.lang.GroovyRuntimeException#notifyAll(), groovy.lang.GroovyRuntimeException#printStackTrace(), groovy.lang.GroovyRuntimeException#printStackTrace(java.io.PrintStream), groovy.lang.GroovyRuntimeException#printStackTrace(java.io.PrintWriter), groovy.lang.GroovyRuntimeException#setModule(org.codehaus.groovy.ast.ModuleNode), groovy.lang.GroovyRuntimeException#setStackTrace([Ljava.lang.StackTraceElement;), groovy.lang.GroovyRuntimeException#toString(), groovy.lang.GroovyRuntimeException#wait(), groovy.lang.GroovyRuntimeException#wait(long), groovy.lang.GroovyRuntimeException#wait(long, int) |
Copyright © 2003-2025 The Apache Software Foundation. All rights reserved.