The literal value (such as a string or number) encountered during interpretation is ill-formatted or contains illegal characters.
Parent Class
| Type | Name | Signature |
|---|---|---|
| constructor | IllegalLiteralException | public IllegalLiteralException(string) |
public IllegalLiteralException(string msg)Create a new instance of new IllegalLiteralException with given message. While entirely legal, it's not recommended for a user to create such instances.
Parameters