Class UndefinedOptionException

Object
Throwable
Exception
UndefinedOptionException
All Implemented Interfaces:
Serializable

public class UndefinedOptionException extends Exception
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 Details

    • UndefinedOptionException

      public UndefinedOptionException(String optionName)
      Creates a new exception with the unrecognized option name in the message.
      Parameters:
      optionName - unrecognized function name