de.rwth.domains
Class FunctionException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--de.rwth.domains.FunctionException
All Implemented Interfaces:
java.io.Serializable

public class FunctionException
extends java.lang.Exception

This class represents exceptions special to functions.

Version:
$Id: FunctionException.java,v 1.2 2002/09/17 06:53:53 mohnen Exp $
Author:
Markus Mohnen
See Also:
Serialized Form

Constructor Summary
FunctionException()
          Create a FunctionException w/o message.
FunctionException(java.lang.String s)
          Create a FunctionException with message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FunctionException

public FunctionException()
Create a FunctionException w/o message.

FunctionException

public FunctionException(java.lang.String s)
Create a FunctionException with message.