程序包 weka.core

类 UnassignedClassException

所有已实现的接口:
Serializable

public class UnassignedClassException extends RuntimeException
Exception that is raised when trying to use some data that has no class assigned to it, but a class is needed to perform the operation.
版本:
$Revision: 1.5 $
作者:
Richard Kirkby (rkirkby@cs.waikato.ac.nz)
另请参阅:
  • 构造器详细资料

    • UnassignedClassException

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

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