public class YangSyntaxErrorException extends YangParserException
| Constructor and Description |
|---|
YangSyntaxErrorException(@Nullable org.opendaylight.yangtools.yang.model.repo.api.SourceIdentifier source,
int line,
int charPositionInLine,
String message) |
YangSyntaxErrorException(@Nullable org.opendaylight.yangtools.yang.model.repo.api.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<org.opendaylight.yangtools.yang.model.repo.api.SourceIdentifier> |
getSource() |
String |
toString() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic YangSyntaxErrorException(@Nullable org.opendaylight.yangtools.yang.model.repo.api.SourceIdentifier source,
int line,
int charPositionInLine,
String message)
Copyright © 2020 OpenDaylight. All rights reserved.