Class YamlParseException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.openhab.core.model.yaml.YamlParseException
All Implemented Interfaces:
Serializable

@NonNullByDefault public class YamlParseException extends Exception
The YamlParseException is used when an error is detected when parsing the content of a YAML configuration file.
Author:
Laurent Garnier - Initial contribution
See Also:
  • Constructor Details

    • YamlParseException

      public YamlParseException(String message)
    • YamlParseException

      public YamlParseException(Throwable cause)
    • YamlParseException

      public YamlParseException(String message, Throwable cause)