public class ParseException extends RuntimeException
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getColumn()
Returns the index of the character at which the error occurred, relative to the line.
|
int |
getLine()
Returns the number of the line in which the error occurred.
|
int |
getOffset()
Returns the absolute index of the character at which the error occurred.
|
public int getOffset()
public int getLine()
public int getColumn()
Copyright © 2016. All rights reserved.