public class ParseException extends RuntimeException
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getColumn()
已过时。
Use
getLocation() instead |
int |
getLine()
已过时。
Use
getLocation() instead |
Location |
getLocation()
Returns the location at which the error occurred.
|
int |
getOffset()
已过时。
Use
getLocation() instead |
public Location getLocation()
@Deprecated public int getOffset()
getLocation() instead@Deprecated public int getLine()
getLocation() instead@Deprecated public int getColumn()
getLocation() insteadCopyright © 2016. All rights reserved.