Class RuntimeYamlException

All Implemented Interfaces:
Serializable

public class RuntimeYamlException extends RuntimeException
A runtime exception that can be thrown by YamlHelper.
See Also:
  • Constructor Details

    • RuntimeYamlException

      public RuntimeYamlException(String message)
    • RuntimeYamlException

      public RuntimeYamlException(String message, Throwable cause)
    • RuntimeYamlException

      public RuntimeYamlException(Throwable cause)