public class ParseException extends Exception
DotNotes. Accepts
either an error message or generates an attempted error
report from a char, int and boolean.| Constructor and Description |
|---|
ParseException(String message)
Simply accepts a String message and passes it to the super.
|
ParseException(String key,
char current,
int index)
A constructor used to generate an error message based on
position in the key parsing.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ParseException(String message)
message - the message to pass uppublic ParseException(String key, char current, int index)
current - the current character being processedindex - the index of the current characterCopyright © 2017. All rights reserved.