Class FunctionRunnerException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.FunctionRunnerException
-
- All Implemented Interfaces:
Serializable
public class FunctionRunnerException extends Exception
Exception that is thrown when afunction is executed
- Author:
- Johny Andres Ortega Ruiz <johny.ortega@kuwaiba.org>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FunctionRunnerException(String functionName, Exception exception)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Exception
getException()
String
getFunctionName()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-