程序包 weka.core
类 UnsupportedAttributeTypeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
weka.core.WekaException
weka.core.UnsupportedAttributeTypeException
- 所有已实现的接口:
Serializable
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)
- 另请参阅:
-
构造器概要
构造器构造器说明Creates a new UnsupportedAttributeTypeException with no message.UnsupportedAttributeTypeException
(String message) Creates a new UnsupportedAttributeTypeException. -
方法概要
-
构造器详细资料
-
UnsupportedAttributeTypeException
public UnsupportedAttributeTypeException()Creates a new UnsupportedAttributeTypeException with no message. -
UnsupportedAttributeTypeException
Creates a new UnsupportedAttributeTypeException.- 参数:
message
- the reason for raising an exception.
-