Class YamlException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
YamlException.FromYamlConversionFailure, YamlException.ToYamlConversionFailure

public class YamlException extends RuntimeException
All exceptions thrown by the YAML utility class are subclasses of YamlException.
Since:
1.2.0
See Also:
  • Constructor Details

    • YamlException

      protected YamlException(String message, Throwable cause)
      Build a new instance.
      Parameters:
      message - The detail message
      cause - The cause
      Since:
      1.2.0