toxTree.exceptions
Class DRuleNotImplemented

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by toxTree.exceptions.DecisionMethodException
              extended by toxTree.exceptions.DRuleNotImplemented
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
DRulePropertyNotAvailable

public class DRuleNotImplemented
extends DecisionMethodException

Thrown when a rule is not implemented. (IDecisionRule.isImplemented() returns false.)

Version:
0.1, 2005-5-2
Author:
Nina Jeliazkova
See Also:
Serialized Form

Field Summary
protected static java.lang.String _MESSAGE
           
 
Constructor Summary
DRuleNotImplemented()
          Constructor
DRuleNotImplemented(java.lang.String message)
          Constructor
DRuleNotImplemented(java.lang.String message, java.lang.Throwable cause)
          Constructor
DRuleNotImplemented(java.lang.Throwable cause)
          Constructor
 
Method Summary
 
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

_MESSAGE

protected static final java.lang.String _MESSAGE
See Also:
Constant Field Values
Constructor Detail

DRuleNotImplemented

public DRuleNotImplemented()
Constructor


DRuleNotImplemented

public DRuleNotImplemented(java.lang.String message)
Constructor

Parameters:
message -

DRuleNotImplemented

public DRuleNotImplemented(java.lang.Throwable cause)
Constructor

Parameters:
cause -

DRuleNotImplemented

public DRuleNotImplemented(java.lang.String message,
                           java.lang.Throwable cause)
Constructor

Parameters:
message -
cause -


Copyright © 2004-2012 Ideaconsult Ltd.. All Rights Reserved.