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
public class YangParserException extends Exception
Base exception reported byYangParser
. This is used as an exception of last resort, semantic reporting of individual errors is performed via subclasses, likeYangSyntaxErrorException
.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description YangParserException(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
-
-