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