org.parancoe.yaml
Class YamlParserException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.parancoe.yaml.YamlParserException
- All Implemented Interfaces:
- java.io.Serializable
public class YamlParserException
- extends java.lang.RuntimeException
YamlParserException is thrown when an invalid Yaml stream is encountered.
Note: YamlParserException is a RuntimeException is is thrown by the JYaml
library as an unchecked exception.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
YamlParserException
public YamlParserException()
YamlParserException
public YamlParserException(java.lang.String message,
java.lang.Throwable cause)
YamlParserException
public YamlParserException(java.lang.String message)
YamlParserException
public YamlParserException(java.lang.Throwable cause)
Copyright © 2007 JUG Padova Parancoe Team. All Rights Reserved.