Class PredictiveModel.PredictiveModelException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.imsl.IMSLException
com.imsl.datamining.PredictiveModel.PredictiveModelException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
DecisionTree.MaxTreeSizeExceededException, DecisionTree.PruningFailedToConvergeException, DecisionTree.PureNodeException, PredictiveModel.CloneNotSupportedException, PredictiveModel.StateChangeException, PredictiveModel.SumOfProbabilitiesNotOneException, RandomTrees.ReflectiveOperationException, SupportVectorMachine.ReflectiveOperationException
Enclosing class:
PredictiveModel

public static class PredictiveModel.PredictiveModelException extends IMSLException
An exception class intended to be the parent of all nested Exception classes where the enclosing class extends PredictiveModel. The CrossValidation and BootstrapAggregation classes operate on PredictiveModel objects. These classes, in order to maintain generality, throw this parent Exception.
See Also:
  • Constructor Details

    • PredictiveModelException

      public PredictiveModelException(String message)
      Constructs a PredictiveModelException and issues the specified message.
      Parameters:
      message - a String that contains a message to be issued when the exception occurs
    • PredictiveModelException

      public PredictiveModelException(String packageName, String key, Object[] arguments)