intarsys runtime library

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:
Serializable

public class FunctorInvocationException
extends Exception

An exception while performing an IFunctor.

See Also:
Serialized Form

Constructor Summary
FunctorInvocationException()
           
FunctorInvocationException(String message)
           
FunctorInvocationException(String message, Throwable cause)
           
FunctorInvocationException(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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FunctorInvocationException

public FunctorInvocationException()

FunctorInvocationException

public FunctorInvocationException(String message)
Parameters:
message -

FunctorInvocationException

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

FunctorInvocationException

public FunctorInvocationException(Throwable cause)
Parameters:
cause -

intarsys runtime library

Copyright © 2008 intarsys consulting GmbH. All Rights Reserved.