fhm.edu.fem.exception
Class FunctionCalculationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by fhm.edu.fem.exception.FunctionCalculationException
All Implemented Interfaces:
java.io.Serializable

public class FunctionCalculationException
extends java.lang.Exception

Class Description: Exception thrown in the Functions class

Author:
Thomas Woellert (thomas@woellert.net), Stefan Weissbach (weissbst@gmx.de)
See Also:
Serialized Form

Constructor Summary
FunctionCalculationException()
          Construct new Exception
FunctionCalculationException(java.lang.String message)
          Construct new Exception
 
Method Summary
 
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

FunctionCalculationException

public FunctionCalculationException()
Construct new Exception


FunctionCalculationException

public FunctionCalculationException(java.lang.String message)
Construct new Exception

Parameters:
message -