Package groovy.yaml

Class YamlRuntimeException

All Implemented Interfaces:
Serializable

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

    • YamlRuntimeException

      public YamlRuntimeException​(String msg)
    • YamlRuntimeException

      public YamlRuntimeException​(Throwable cause)
    • YamlRuntimeException

      public YamlRuntimeException​(String msg, Throwable cause)