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(char current,
int index,
boolean brace)
A constructor used to generate an error message based on
position in the key parsing.
|
ParseException(String message)
Simply accepts a String message and passes it to the super.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ParseException(String message)
message - the message to pass uppublic ParseException(char current,
int index,
boolean brace)
current - the current character being processedindex - the index of the current characterbrace - whether we're trying to process a braceCopyright © 2017. All rights reserved.