Serializablepublic static class $.ParseException extends RuntimeException
| Constructor | Description |
|---|---|
ParseException(String message,
int offset,
int line,
int column) |
| Modifier and Type | Method | Description |
|---|---|---|
int |
getColumn() |
|
int |
getLine() |
|
int |
getOffset() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ParseException(String message, int offset, int line, int column)
Copyright © 2018. All rights reserved.