jfun.jaskell.function
Class FunctionCallException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
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 |
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)