de.congrace.exp4j
Class UnknownFunctionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
UnknownFunctionException(String functionName)
          construct a new UnknownFunctionException
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnknownFunctionException

public UnknownFunctionException(String functionName)
construct a new UnknownFunctionException

Parameters:
functionName - the function name which could not be found


Copyright © 2012. All Rights Reserved.