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 an IFunctor.
- See Also:
- Serialized Form
| 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 |
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 -