程序包 weka.core

类 UnassignedDatasetException

所有已实现的接口:
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.
版本:
$Revision: 1.5 $
作者:
Richard Kirkby (rkirkby@cs.waikato.ac.nz)
另请参阅:
  • 构造器详细资料

    • UnassignedDatasetException

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

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