public class InvalidNameException extends ParseException
data nodes in the lap plan must be
parsable (since we are putting them into a text file), so when user tries to
pass incorrect name (e.g. starts with number, has whitespaces, braces...)
XXX: How exactly are names defined? Certainly not java identifier (thx2 '-'),
just regexp in the parser?currentToken, eol, expectedTokenSequences, tokenImage| Constructor and Description |
|---|
InvalidNameException(String message) |
| Modifier and Type | Method and Description |
|---|---|
static InvalidNameException |
create(String name)
Create an exception about invalid name
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InvalidNameException(String message)
public static InvalidNameException create(String name)
name - invalid nameCopyright © 2018 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All rights reserved.