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.RuntimeException
Thrown when a function operation cannot be performed.
- Version:
 - 1.0, January 24, 2004
 - Author:
 - Jean-Marie Dautelle
 - See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor 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.
 
 - 
 
 -