public class TsonParseException extends RuntimeException
| Modifier and Type | Field and Description |
|---|---|
String |
currentToken |
int |
currentTokenBeginColumn
The column number of the first character of this Token.
|
int |
currentTokenBeginLine
The line number of the first character of this Token.
|
int |
currentTokenEndColumn
The column number of the last character of this Token.
|
int |
currentTokenEndLine
The line number of the last character of this Token.
|
String |
currentTokenImage
The string image of the token.
|
int |
currentTokenKind
An integer that describes the kind of this token.
|
int[][] |
expectedTokenSequences |
Object |
source |
String[] |
tokenImage |
| Constructor and Description |
|---|
TsonParseException(String message,
Object source) |
TsonParseException(String message,
String currentToken,
int[][] expectedTokenSequences,
String[] tokenImage,
int currentTokenKind,
int currentTokenBeginLine,
int currentTokenBeginColumn,
int currentTokenEndLine,
int currentTokenEndColumn,
String currentTokenImage,
Object source) |
TsonParseException(Throwable cause,
Object source) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic String currentToken
public int[][] expectedTokenSequences
public String[] tokenImage
public int currentTokenKind
public int currentTokenBeginLine
public int currentTokenBeginColumn
public int currentTokenEndLine
public int currentTokenEndColumn
public String currentTokenImage
public Object source
public TsonParseException(String message, String currentToken, int[][] expectedTokenSequences, String[] tokenImage, int currentTokenKind, int currentTokenBeginLine, int currentTokenBeginColumn, int currentTokenEndLine, int currentTokenEndColumn, String currentTokenImage, Object source)
Copyright © 2024 vpc open source initiative. All rights reserved.