Class LeafRefYangSyntaxErrorException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefYangSyntaxErrorException
-
- All Implemented Interfaces:
Serializable
public class LeafRefYangSyntaxErrorException extends Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LeafRefYangSyntaxErrorException(String module, int line, int charPositionInLine, String message)LeafRefYangSyntaxErrorException(String module, int line, int charPositionInLine, String message, Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetCharPositionInLine()StringgetFormattedMessage()intgetLine()StringgetModule()StringtoString()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-