toxTree.exceptions
Class DRuleException
java.lang.Object
java.lang.Throwable
java.lang.Exception
toxTree.exceptions.DecisionMethodException
toxTree.exceptions.DRuleException
- All Implemented Interfaces:
- java.io.Serializable
public class DRuleException
- extends DecisionMethodException
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
category2assign
protected IDecisionCategory category2assign
answer
protected boolean answer
DRuleException
public DRuleException(IDecisionCategory c,
boolean answer)
DRuleException
public DRuleException(java.lang.String message,
IDecisionCategory c,
boolean answer)
DRuleException
public DRuleException(java.lang.Throwable cause,
IDecisionCategory c,
boolean answer)
DRuleException
public DRuleException(java.lang.String message,
java.lang.Throwable cause,
IDecisionCategory c,
boolean answer)
getCategory2assign
public IDecisionCategory getCategory2assign()
setCategory2assign
public void setCategory2assign(IDecisionCategory category2assign)
isAnswer
public boolean isAnswer()
setAnswer
public void setAnswer(boolean answer)
Copyright © 2004-2012 Ideaconsult Ltd.. All Rights Reserved.