Package com.suncode.pwfl.core.function
Class FunctionCallException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.suncode.pwfl.core.function.FunctionsException
com.suncode.pwfl.core.function.FunctionCallException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ConditionException
Exception thrown when there was a problem calling function.
- Author:
- Cezary Kozar 29 kwi 2016
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionFunctionCallException
(FunctionOverride override, String message, Throwable cause) FunctionCallException
(Function function, String message) FunctionCallException
(Function function, String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
FunctionCallException
-
FunctionCallException
-
FunctionCallException
-