public class ParseException extends 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 | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic Location getLocation()
@Deprecated public int getOffset()
getLocation() instead@Deprecated public int getLine()
getLocation() instead@Deprecated public int getColumn()
getLocation() insteadCopyright © 2019 Hazelcast, Inc.. All Rights Reserved.