Class FunctionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jscience.mathematics.function.FunctionException
- All Implemented Interfaces:
Serializable
Thrown when a function operation cannot be performed.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs aFunctionExceptionwith no detail message.FunctionException(String message) Constructs aFunctionExceptionwith the specified message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
FunctionException
public FunctionException()Constructs aFunctionExceptionwith no detail message. -
FunctionException
Constructs aFunctionExceptionwith the specified message.- Parameters:
message- the message.
-