Package de.intarsys.tools.functor
Class FunctorInvocationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- de.intarsys.tools.functor.FunctorInvocationException
-
- All Implemented Interfaces:
java.io.Serializable
public class FunctorInvocationException extends java.lang.Exception
An exception while performing anIFunctor
.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FunctorInvocationException()
FunctorInvocationException(java.lang.String message)
FunctorInvocationException(java.lang.String message, java.lang.Throwable cause)
FunctorInvocationException(java.lang.Throwable cause)
-
-
-
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
-
-
-