public class PosConvertException extends ConvertException
Modifier and Type | Field and Description |
---|---|
(package private) int |
col |
(package private) int |
line |
private static long |
serialVersionUID |
Constructor and Description |
---|
PosConvertException(String m,
int l,
int c) |
Modifier and Type | Method and Description |
---|---|
int |
getColumn() |
int |
getLine() |
parseException, proofJavaException
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
private static final long serialVersionUID
int line
int col
public PosConvertException(String m, int l, int c)