Package org.kie.internal.conf
Class ConsequenceExceptionHandlerOption
java.lang.Object
org.kie.internal.conf.ConsequenceExceptionHandlerOption
- All Implemented Interfaces:
Serializable,KieBaseOption,Option,SingleValueKieBaseOption,SingleValueOption,SingleValueRuleBaseOption
A class for the consequence exception handler configuration configuration.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe property name for consequence exception handler configurationFields inherited from interface org.kie.api.conf.SingleValueRuleBaseOption
TYPE -
Method Summary
Modifier and TypeMethodDescriptionbooleanget(Class<? extends ConsequenceExceptionHandler> handler) This is a factory method for this ConsequenceExceptionHandler configuration.Class<? extends ConsequenceExceptionHandler>Returns the consequence exception handler instanceinthashCode()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.kie.api.conf.Option
propertyNameMethods inherited from interface org.kie.api.conf.SingleValueRuleBaseOption
type
-
Field Details
-
PROPERTY_NAME
The property name for consequence exception handler configuration- See Also:
-
KEY
-
-
Method Details
-
get
public static ConsequenceExceptionHandlerOption get(Class<? extends ConsequenceExceptionHandler> handler) This is a factory method for this ConsequenceExceptionHandler configuration. The factory method is a best practice for the case where the actual object construction is changed in the future.- Parameters:
handler- the actual consequence exception handler class to be used- Returns:
- the actual type safe consequence exception handler configuration.
-
getPropertyName
- Specified by:
getPropertyNamein interfaceOption
-
getHandler
Returns the consequence exception handler instance- Returns:
-
hashCode
public int hashCode() -
equals
-