All Packages Class Hierarchy This Package Previous Next Index WEKA's home
java.lang.Object | +----java.lang.Throwable | +----java.lang.Exception | +----java.lang.RuntimeException | +----weka.core.UnassignedClassException
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()).
UnassignedClassException
instance
with no detail message.
UnassignedClassException
instance
with a specified message.
public UnassignedClassException()
UnassignedClassException
instance
with no detail message.public UnassignedClassException(java.lang.String message)
UnassignedClassException
instance
with a specified message.messagae
- a String
containing the message.
All Packages Class Hierarchy This Package Previous Next Index WEKA's home