Package groovy.toml

Class TomlRuntimeException

All Implemented Interfaces:
Serializable

@Incubating public class TomlRuntimeException extends GroovyRuntimeException
Represents runtime exception occurred when parsing or building TOML
Since:
4.0.0
See Also:
  • Constructor Details

    • TomlRuntimeException

      public TomlRuntimeException(String msg)
    • TomlRuntimeException

      public TomlRuntimeException(Throwable cause)
    • TomlRuntimeException

      public TomlRuntimeException(String msg, Throwable cause)