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