All Packages Class Hierarchy This Package Previous Next Index WEKA's home
java.lang.Object | +----java.lang.Throwable | +----java.lang.Exception | +----weka.core.WekaException | +----weka.core.UnsupportedClassTypeException
UnsupportedClassTypeException
is used in situations
where the throwing object is not able to accept Instances with the
supplied structure, because the class Attribute is of the wrong type.
UnsupportedClassTypeException
instance
with no detail message.
UnsupportedClassTypeException
instance
with a specified message.
public UnsupportedClassTypeException()
UnsupportedClassTypeException
instance
with no detail message.public UnsupportedClassTypeException(java.lang.String message)
UnsupportedClassTypeException
instance
with a specified message.messagae
- a String
containing the message.
All Packages Class Hierarchy This Package Previous Next Index WEKA's home