de.congrace.exp4j
Class UnknownFunctionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.congrace.exp4j.UnknownFunctionException
- All Implemented Interfaces:
- Serializable
public class UnknownFunctionException
- extends Exception
Exception for handling unknown Functions.
- Author:
- fas@congrace.de
- See Also:
FunctionToken
,
Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
UnknownFunctionException
public UnknownFunctionException(String functionName)
- construct a new
UnknownFunctionException
- Parameters:
functionName
- the function name which could not be found
Copyright © 2012. All Rights Reserved.