Package org.kie.internal.conf
Class ConsequenceExceptionHandlerOption
- java.lang.Object
-
- org.kie.internal.conf.ConsequenceExceptionHandlerOption
-
- All Implemented Interfaces:
java.io.Serializable,org.kie.api.conf.KieBaseOption,org.kie.api.conf.Option,org.kie.api.conf.SingleValueKieBaseOption
public class ConsequenceExceptionHandlerOption extends java.lang.Object implements org.kie.api.conf.SingleValueKieBaseOptionA class for the consequence exception handler configuration configuration.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringPROPERTY_NAMEThe property name for consequence exception handler configuration
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)static ConsequenceExceptionHandlerOptionget(java.lang.Class<? extends org.kie.api.runtime.rule.ConsequenceExceptionHandler> handler)This is a factory method for this ConsequenceExceptionHandler configuration.java.lang.Class<? extends org.kie.api.runtime.rule.ConsequenceExceptionHandler>getHandler()Returns the consequence exception handler instancejava.lang.StringgetPropertyName()inthashCode()
-
-
-
Field Detail
-
PROPERTY_NAME
public static final java.lang.String PROPERTY_NAME
The property name for consequence exception handler configuration- See Also:
- Constant Field Values
-
-
Method Detail
-
get
public static ConsequenceExceptionHandlerOption get(java.lang.Class<? extends org.kie.api.runtime.rule.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
public java.lang.String getPropertyName()
- Specified by:
getPropertyNamein interfaceorg.kie.api.conf.Option
-
getHandler
public java.lang.Class<? extends org.kie.api.runtime.rule.ConsequenceExceptionHandler> getHandler()
Returns the consequence exception handler instance- Returns:
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equalsin classjava.lang.Object
-
-