@Incubating
public class TomlRuntimeException
extends GroovyRuntimeException
Represents a runtime exception raised while parsing or building TOML.
| Constructor and description |
|---|
TomlRuntimeException(String msg)Creates an exception with a detail message. |
TomlRuntimeException(Throwable cause)Creates an exception that wraps the underlying cause. |
TomlRuntimeException(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.