IllegalLiteralException CLASS

The literal value (such as a string or number) encountered during interpretation is ill-formatted or contains illegal characters.

Parent Class

All Members


TypeNameSignature
constructorIllegalLiteralExceptionpublic IllegalLiteralException(string)

Constructors


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

  • msg The message for this exception.