rafa.math.gen
Class InvalidFunctionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by rafa.math.gen.InvalidFunctionException
All Implemented Interfaces:
java.io.Serializable

public class InvalidFunctionException
extends java.lang.RuntimeException

Exception thrown when a function is not valid because of a variable or helper function not being defined previously.

Author:
rafa
See Also:
Serialized Form

Constructor Summary
InvalidFunctionException(java.lang.String s)
           
 
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

InvalidFunctionException

public InvalidFunctionException(java.lang.String s)


Copyright © 2008-2009. All Rights Reserved.