Maths
Class NoSuchFunction

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by Maths.NoSuchFunction
All Implemented Interfaces:
java.io.Serializable

public class NoSuchFunction
extends java.lang.Exception

Exception that is thrown when a function has not been defined

Version:
1.0
See Also:
Serialized Form

Constructor Summary
NoSuchFunction(java.lang.String name)
          Default constructor
 
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

NoSuchFunction

public NoSuchFunction(java.lang.String name)
Default constructor

Parameters:
name - The name of the function that is undefined