public class ParseException
extends java.lang.RuntimeException
| Modifier and Type | Method and Description |
|---|---|
int |
getColumn()
Deprecated.
Use
getLocation() instead |
int |
getLine()
Deprecated.
Use
getLocation() instead |
Location |
getLocation()
Returns the location at which the error occurred.
|
int |
getOffset()
Deprecated.
Use
getLocation() instead |
public Location getLocation()
@Deprecated public int getOffset()
getLocation() instead@Deprecated public int getLine()
getLocation() instead@Deprecated public int getColumn()
getLocation() insteadCopyright © 2018. All Rights Reserved.