Package com.suncode.pwfl.core.function
Class FunctionsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.suncode.pwfl.core.function.FunctionsException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
FunctionAlreadyRegisteredException
,FunctionCallException
,FunctionNotFoundException
,InvalidFunctionException
Base class for every exception thrown within FunctionAPI.
- Author:
- Cezary Kozar 29 kwi 2016
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionFunctionsException
(String message) FunctionsException
(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
-
FunctionsException
-
FunctionsException
-