Class YAMLException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
EmitterException, MarkedYAMLException, MissingEnvironmentVariableException, ReaderException, SerializerException

public class YAMLException extends RuntimeException
See Also:
  • Field Details

  • Constructor Details

    • YAMLException

      public YAMLException(String message)
    • YAMLException

      public YAMLException(Throwable cause)
    • YAMLException

      public YAMLException(String message, Throwable cause)