Package groovy.yaml

Class YamlRuntimeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
groovy.lang.GroovyRuntimeException
groovy.yaml.YamlRuntimeException
All Implemented Interfaces:
Serializable

public class YamlRuntimeException extends groovy.lang.GroovyRuntimeException
Represents runtime exception occurred when parsing or building YAML
Since:
3.0.0
See Also:
  • Constructor Details

    • YamlRuntimeException

      public YamlRuntimeException(String msg)
    • YamlRuntimeException

      public YamlRuntimeException(Throwable cause)
    • YamlRuntimeException

      public YamlRuntimeException(String msg, Throwable cause)