jfun.jaskell.function
Class FunctionCallException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byjfun.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)
           
 
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)