de.intarsys.tools.functor
Class FunctorInvocationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by de.intarsys.tools.functor.FunctorInvocationException
All Implemented Interfaces:
java.io.Serializable

public class FunctorInvocationException
extends java.lang.Exception

An exception while performing an IFunctor.

See Also:
Serialized Form

Constructor Summary
FunctorInvocationException()
           
FunctorInvocationException(java.lang.String message)
           
FunctorInvocationException(java.lang.String message, java.lang.Throwable cause)
           
FunctorInvocationException(java.lang.Throwable cause)
           
 
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

FunctorInvocationException

public FunctorInvocationException()

FunctorInvocationException

public FunctorInvocationException(java.lang.String message)
Parameters:
message -

FunctorInvocationException

public FunctorInvocationException(java.lang.String message,
                                  java.lang.Throwable cause)
Parameters:
message -
cause -

FunctorInvocationException

public FunctorInvocationException(java.lang.Throwable cause)
Parameters:
cause -