public class YangSyntaxErrorException extends YangParserException
Constructor and Description |
---|
YangSyntaxErrorException(@Nullable SourceIdentifier source,
int line,
int charPositionInLine,
String message) |
YangSyntaxErrorException(@Nullable SourceIdentifier source,
int line,
int charPositionInLine,
String message,
@Nullable Throwable cause) |
Modifier and Type | Method and Description |
---|---|
int |
getCharPositionInLine() |
@NonNull String |
getFormattedMessage() |
int |
getLine() |
Optional<SourceIdentifier> |
getSource() |
String |
toString() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public YangSyntaxErrorException(@Nullable SourceIdentifier source, int line, int charPositionInLine, String message)
public YangSyntaxErrorException(@Nullable SourceIdentifier source, int line, int charPositionInLine, String message, @Nullable Throwable cause)
public final Optional<SourceIdentifier> getSource()
public final int getLine()
public final int getCharPositionInLine()
public @NonNull String getFormattedMessage()
Copyright © 2019 OpenDaylight. All rights reserved.