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