jfun.jaskell.function
Class FunctionCallException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by jfun.jaskell.function.FunctionCallException
All Implemented Interfaces:
java.io.Serializable

public class FunctionCallException
extends java.lang.RuntimeException

Represents any exception thrown from a function call.

Zephyr Business Solutions Corp.

Author:
Ben Yu
See Also:
Serialized Form

Constructor Summary
FunctionCallException(java.lang.String arg0)
           
FunctionCallException(java.lang.String arg0, java.lang.Throwable arg1)
           
FunctionCallException(java.lang.Throwable arg0)
           
 
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

FunctionCallException

public FunctionCallException(java.lang.String arg0)

FunctionCallException

public FunctionCallException(java.lang.String arg0,
                             java.lang.Throwable arg1)

FunctionCallException

public FunctionCallException(java.lang.Throwable arg0)