toxTree.exceptions
Class DRuleException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by toxTree.exceptions.DecisionMethodException
              extended by toxTree.exceptions.DRuleException
All Implemented Interfaces:
java.io.Serializable

public class DRuleException
extends DecisionMethodException

See Also:
Serialized Form

Field Summary
protected  boolean answer
           
protected  IDecisionCategory category2assign
           
 
Constructor Summary
DRuleException(IDecisionCategory c, boolean answer)
           
DRuleException(java.lang.String message, IDecisionCategory c, boolean answer)
           
DRuleException(java.lang.String message, java.lang.Throwable cause, IDecisionCategory c, boolean answer)
           
DRuleException(java.lang.Throwable cause, IDecisionCategory c, boolean answer)
           
 
Method Summary
 IDecisionCategory getCategory2assign()
           
 boolean isAnswer()
           
 void setAnswer(boolean answer)
           
 void setCategory2assign(IDecisionCategory category2assign)
           
 
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
 

Field Detail

category2assign

protected IDecisionCategory category2assign

answer

protected boolean answer
Constructor Detail

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)
Method Detail

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.