Package org.webharvest.exception
Class FunctionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.webharvest.exception.BaseException
-
- org.webharvest.exception.FunctionException
-
- All Implemented Interfaces:
Serializable
public class FunctionException extends BaseException
Function processor exception.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FunctionException()
FunctionException(String message)
FunctionException(String message, Throwable cause)
FunctionException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-