public class JsonIssue extends RuntimeException implements IIssue
IIssue.Kind| Constructor and Description |
|---|
JsonIssue(IIssue.Kind kind,
int offset,
int line,
int column,
String msg) |
JsonIssue(IIssue.Kind kind,
Token token,
String msg) |
| Modifier and Type | Method and Description |
|---|---|
int |
getColumn() |
int |
getEndOffset() |
IIssue.Kind |
getKind() |
int |
getLine() |
String |
getMessage() |
int |
getStartOffset() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic JsonIssue(IIssue.Kind kind, Token token, String msg)
public JsonIssue(IIssue.Kind kind, int offset, int line, int column, String msg)
public IIssue.Kind getKind()
public int getStartOffset()
getStartOffset in interface IIssuepublic int getEndOffset()
getEndOffset in interface IIssuepublic String getMessage()
getMessage in interface IIssuegetMessage in class ThrowableCopyright © 2018. All rights reserved.