程序包 weka.core

类 UnsupportedAttributeTypeException

所有已实现的接口:
Serializable

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

    • UnsupportedAttributeTypeException

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

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