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.UnsupportedAttributeTypeException
UnsupportedAttributeTypeException
is used in situations
where the throwing object is not able to accept Instances with the
supplied structure, because one or more of the Attributes in the
Instances are of the wrong type.
UnsupportedAttributeTypeException
instance
with no detail message.
UnsupportedAttributeTypeException
instance
with a specified message.
public UnsupportedAttributeTypeException()
UnsupportedAttributeTypeException
instance
with no detail message.public UnsupportedAttributeTypeException(java.lang.String message)
UnsupportedAttributeTypeException
instance
with a specified message.messagae
- a String
containing the message.
All Packages Class Hierarchy This Package Previous Next Index WEKA's home