public static class U.ParseException extends RuntimeException
| Constructor and Description |
|---|
ParseException(String message,
int offset,
int line,
int column) |
| Modifier and Type | Method and Description |
|---|---|
int |
getColumn() |
int |
getLine() |
int |
getOffset() |
addSuppressed, 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.