Class YangParserException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.opendaylight.yangtools.yang.parser.api.YangParserException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
YangSyntaxErrorException
Base exception reported by
YangParser
. This is used as an exception of last resort, semantic reporting
of individual errors is performed via subclasses, like YangSyntaxErrorException
.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionYangParserException
(String message) YangParserException
(String message, 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
-
YangParserException
-
YangParserException
-