Class FunctionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jscience.mathematics.function.FunctionException
All Implemented Interfaces:
Serializable

public class FunctionException extends RuntimeException

Thrown when a function operation cannot be performed.

See Also:
  • Constructor Details

    • FunctionException

      public FunctionException()
      Constructs a FunctionException with no detail message.
    • FunctionException

      public FunctionException(String message)
      Constructs a FunctionException with the specified message.
      Parameters:
      message - the message.