toxTree.exceptions
Class DecisionMethodException

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

public class DecisionMethodException
extends java.lang.Exception

TODO Add DecisionTreeException description

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

Constructor Summary
DecisionMethodException()
          Constructor
DecisionMethodException(java.lang.String message)
          Constructor
DecisionMethodException(java.lang.String message, java.lang.Throwable cause)
          Constructor
DecisionMethodException(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
 

Constructor Detail

DecisionMethodException

public DecisionMethodException()
Constructor


DecisionMethodException

public DecisionMethodException(java.lang.String message)
Constructor

Parameters:
message -

DecisionMethodException

public DecisionMethodException(java.lang.Throwable cause)
Constructor

Parameters:
cause -

DecisionMethodException

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

Parameters:
message -
cause -


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