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

Constructor Index

 o UnsupportedClassTypeException()
Creates a new UnsupportedClassTypeException instance with no detail message.
 o UnsupportedClassTypeException(String)
Creates a new UnsupportedClassTypeException instance with a specified message.

Constructor Detail

 o UnsupportedClassTypeException
public UnsupportedClassTypeException()
          Creates a new UnsupportedClassTypeException instance with no detail message.
 o 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