Class YamlEngineException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.snakeyaml.engine.v2.exceptions.YamlEngineException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
EmitterException, MarkedYamlEngineException, MissingEnvironmentVariableException, ReaderException, RepresenterException, YamlVersionException

public class YamlEngineException extends RuntimeException
General exception to serve as the root
See Also:
  • Constructor Details

    • YamlEngineException

      public YamlEngineException(String message)
      Create
      Parameters:
      message - - the problem
    • YamlEngineException

      public YamlEngineException(Throwable cause)
      Create
      Parameters:
      cause - - the reason
    • YamlEngineException

      public YamlEngineException(String message, Throwable cause)
      Create
      Parameters:
      message - - error
      cause - - the cause