jaitools.jiffle.parser
Class UndefinedFunctionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
jaitools.jiffle.parser.UndefinedFunctionException
- All Implemented Interfaces:
- Serializable
public class UndefinedFunctionException
- extends Exception
An exception thrown by FunctionLookup when the Jiffle compiler
is attempting to parse a call to an undefined function.
- Since:
- 1.1
- Version:
- $Id: UndefinedFunctionException.java 1389 2011-02-11 08:54:11Z 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 |
UndefinedFunctionException
public UndefinedFunctionException(String funcName)
- Creates a new exception with the unrecognized function name in
the message.
- Parameters:
funcName - unrecognized function name
Copyright © 2009-2011. All Rights Reserved.