public class NotationException extends IllegalArgumentException
| Constructor and Description |
|---|
NotationException(String message)
Creates a new exception from a raw message.
|
NotationException(String key,
char current,
int index)
Creates a new exception using positional arguments.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic NotationException(String message)
message - the String message to create from.public NotationException(String key, char current, int index)
key - the key being parsed currently.current - the current character being parsed.index - the the current position of the parser.Copyright © 2017. All rights reserved.