SuanShu, a Java numerical and statistical library

com.numericalmethod.suanshu.analysis.function
Class Function.EvaluationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.numericalmethod.suanshu.analysis.function.Function.EvaluationException
All Implemented Interfaces:
java.io.Serializable
Enclosing interface:
Function

public static class Function.EvaluationException
extends java.lang.RuntimeException

RuntimeException thrown when it fails to evaluate an expression. E.g., when a wrong argument type is passed to, e.g., a Polynomial.

See Also:
Serialized Form

Constructor Summary
Function.EvaluationException(java.lang.String msg)
           
 
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

Function.EvaluationException

public Function.EvaluationException(java.lang.String msg)

SuanShu, a Java numerical and statistical library

Copyright © 2011 Numerical Method Inc. Ltd. All Rights Reserved.