Package org.openhab.core.model.yaml
Class YamlParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.openhab.core.model.yaml.YamlParseException
- All Implemented Interfaces:
Serializable
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 Summary
ConstructorsConstructorDescriptionYamlParseException(String message) YamlParseException(String message, Throwable cause) YamlParseException(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
YamlParseException
-
YamlParseException
-
YamlParseException
-