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