JADE v6.1

com.dautelle.math.functions
Class FunctionException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bycom.dautelle.math.functions.FunctionException
All Implemented Interfaces:
java.io.Serializable

public class FunctionException
extends java.lang.RuntimeException

Thrown when a function operation cannot be performed.

Version:
6.0, March 18, 2004
Author:
Jean-Marie Dautelle
See Also:
Serialized Form

Constructor Summary
FunctionException()
          Constructs a FunctionException with no detail message.
FunctionException(java.lang.String message)
          Constructs a FunctionException with the specified message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FunctionException

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


FunctionException

public FunctionException(java.lang.String message)
Constructs a FunctionException with the specified message.

Parameters:
message - the message.

JADE v6.1

Copyright © 2004 Jean-Marie Dautelle.