jaitools.jiffle.parser
Class UndefinedOptionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
jaitools.jiffle.parser.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:
- 1.1
- Version:
- $Id: UndefinedOptionException.java 1438 2011-02-20 03:37:24Z michael.bedward $
- Author:
- Michael Bedward
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
UndefinedOptionException
public UndefinedOptionException(String optionName)
- Creates a new exception with the unrecognized option name in
the message.
- Parameters:
optionName - unrecognized function name
Copyright © 2009-2011. All Rights Reserved.