Class UndefinedOptionException
- All Implemented Interfaces:
Serializable
An exception thrown by
OptionLookup when the Jiffle compiler is attempting to parse a call to an undefined
option.- Since:
- 0.1
- Author:
- Michael Bedward
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUndefinedOptionException(String optionName) Creates a new exception with the unrecognized option name in the message. -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UndefinedOptionException
Creates a new exception with the unrecognized option name in the message.- Parameters:
optionName- unrecognized function name
-