public class ConsequenceExceptionHandlerOption extends Object implements org.kie.api.conf.SingleValueKieBaseOption
| Modifier and Type | Field and Description |
|---|---|
static String |
PROPERTY_NAME
The property name for consequence exception handler configuration
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static ConsequenceExceptionHandlerOption |
get(Class<? extends org.kie.api.runtime.rule.ConsequenceExceptionHandler> handler)
This is a factory method for this ConsequenceExceptionHandler configuration.
|
Class<? extends org.kie.api.runtime.rule.ConsequenceExceptionHandler> |
getHandler()
Returns the consequence exception handler instance
|
String |
getPropertyName() |
int |
hashCode() |
public static final String PROPERTY_NAME
public static ConsequenceExceptionHandlerOption get(Class<? extends org.kie.api.runtime.rule.ConsequenceExceptionHandler> handler)
handler - the actual consequence exception handler class to be usedpublic String getPropertyName()
getPropertyName in interface org.kie.api.conf.Optionpublic Class<? extends org.kie.api.runtime.rule.ConsequenceExceptionHandler> getHandler()
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.