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
ConstructorDescriptionConstructs aFunctionException
with no detail message.FunctionException
(String message) Constructs aFunctionException
with 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 aFunctionException
with no detail message. -
FunctionException
Constructs aFunctionException
with the specified message.- Parameters:
message
- the message.
-