Serializable
public 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, wait
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ParseException(String message, int offset, int line, int column)
Copyright © 2018. All rights reserved.