org.wdssii.decisiontree
Class QuinlanC45AxialDecisionTreeCreator.TreeCreationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.wdssii.decisiontree.QuinlanC45AxialDecisionTreeCreator.TreeCreationException
All Implemented Interfaces:
Serializable
Enclosing class:
QuinlanC45AxialDecisionTreeCreator

public static class QuinlanC45AxialDecisionTreeCreator.TreeCreationException
extends RuntimeException

See Also:
Serialized Form

Constructor Summary
QuinlanC45AxialDecisionTreeCreator.TreeCreationException(String cause)
           
 
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

QuinlanC45AxialDecisionTreeCreator.TreeCreationException

QuinlanC45AxialDecisionTreeCreator.TreeCreationException(String cause)