weka.core
Class UnassignedClassException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.lang.RuntimeException
|
+--weka.core.UnassignedClassException
- All Implemented Interfaces:
- Serializable
- public class UnassignedClassException
- extends RuntimeException
UnassignedClassException
is used when
a method requires access to the Attribute designated as
the class attribute in a set of Instances, but the Instances does not
have any class attribute assigned (such as by setClassIndex()).
- Version:
- $Revision: 1.2 $
- Author:
- Len Trigg
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
UnassignedClassException
public UnassignedClassException()
- Creates a new
UnassignedClassException
instance
with no detail message.
UnassignedClassException
public UnassignedClassException(String message)
- Creates a new
UnassignedClassException
instance
with a specified message.