Package weka.core

Class UnassignedDatasetException

All Implemented Interfaces:
Serializable

public class UnassignedDatasetException extends RuntimeException
Exception that is raised when trying to use something that has no reference to a dataset, when one is required.
Version:
$Revision: 8034 $
Author:
Richard Kirkby (rkirkby@cs.waikato.ac.nz)
See Also:
  • Constructor Details

    • UnassignedDatasetException

      public UnassignedDatasetException()
      Creates a new UnassignedDatasetException with no message.
    • UnassignedDatasetException

      public UnassignedDatasetException(String message)
      Creates a new UnassignedDatasetException.
      Parameters:
      message - the reason for raising an exception.