org.jscience.mathematics.function
Class FunctionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.jscience.mathematics.function.FunctionException
-
- All Implemented Interfaces:
- java.io.Serializable
public class FunctionException extends java.lang.RuntimeExceptionThrown when a function operation cannot be performed.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description FunctionException()Constructs aFunctionExceptionwith no detail message.FunctionException(java.lang.String message)Constructs aFunctionExceptionwith the specified message.
-
-
-
Constructor Detail
-
FunctionException
public FunctionException()
Constructs aFunctionExceptionwith no detail message.
-
FunctionException
public FunctionException(java.lang.String message)
Constructs aFunctionExceptionwith the specified message.- Parameters:
message- the message.
-
-
DMelt 3.0 © DataMelt by jWork.ORG