程序包 weka.core

类 UnsupportedClassTypeException

所有已实现的接口:
Serializable

public class UnsupportedClassTypeException extends WekaException
Exception that is raised by an object that is unable to process the class type of the data it has been passed.
版本:
$Revision: 1.5 $
作者:
Richard Kirkby (rkirkby@cs.waikato.ac.nz)
另请参阅:
  • 构造器详细资料

    • UnsupportedClassTypeException

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

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