Class ExceptionService
- java.lang.Object
-
- org.jbpm.examples.exceptions.service.ExceptionService
-
public class ExceptionService extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
exceptionParameterName
-
Constructor Summary
Constructors Constructor Description ExceptionService()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
handleException(org.kie.api.runtime.process.WorkItem workItem)
static void
setExceptionParameterName(String exceptionParam)
String
throwException(String message)
-
-
-
Field Detail
-
exceptionParameterName
public static String exceptionParameterName
-
-