public class DRuleException extends DecisionMethodException
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
answer |
protected IDecisionCategory |
category2assign |
| Constructor and Description |
|---|
DRuleException(IDecisionCategory c,
boolean answer) |
DRuleException(String message,
IDecisionCategory c,
boolean answer) |
DRuleException(String message,
Throwable cause,
IDecisionCategory c,
boolean answer) |
DRuleException(Throwable cause,
IDecisionCategory c,
boolean answer) |
| Modifier and Type | Method and Description |
|---|---|
IDecisionCategory |
getCategory2assign() |
boolean |
isAnswer() |
void |
setAnswer(boolean answer) |
void |
setCategory2assign(IDecisionCategory category2assign) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringprotected IDecisionCategory category2assign
protected boolean answer
public DRuleException(IDecisionCategory c, boolean answer)
public DRuleException(String message, IDecisionCategory c, boolean answer)
public DRuleException(Throwable cause, IDecisionCategory c, boolean answer)
public DRuleException(String message, Throwable cause, IDecisionCategory c, boolean answer)
public IDecisionCategory getCategory2assign()
public void setCategory2assign(IDecisionCategory category2assign)
public boolean isAnswer()
public void setAnswer(boolean answer)
Copyright © 2004–2018 Ideaconsult Ltd. All rights reserved.