Maths
Class NoSuchVariable

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

public class NoSuchVariable
extends java.lang.Exception

Exception that is thrown when a function has not been defined

Version:
1.2
See Also:
Serialized Form

Constructor Summary
NoSuchVariable(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

NoSuchVariable

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

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