All Packages Class Hierarchy This Package Previous Next Index WEKA's home
Class weka.core.UnsupportedAttributeTypeException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----weka.core.WekaException
|
+----weka.core.UnsupportedAttributeTypeException
- public class UnsupportedAttributeTypeException
- extends WekaException
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.
- Version:
- $Revision: 1.2 $
- Author:
- Len Trigg
UnsupportedAttributeTypeException()
- Creates a new
UnsupportedAttributeTypeException instance
with no detail message.
UnsupportedAttributeTypeException(String)
- Creates a new
UnsupportedAttributeTypeException instance
with a specified message.
UnsupportedAttributeTypeException
public UnsupportedAttributeTypeException()
Creates a new UnsupportedAttributeTypeException instance
with no detail message.
UnsupportedAttributeTypeException
public UnsupportedAttributeTypeException(java.lang.String message)
Creates a new UnsupportedAttributeTypeException instance
with a specified message.
- Parameters:
messagae - a String containing the message.
All Packages Class Hierarchy This Package Previous Next Index WEKA's home