weka.core
Class UnsupportedClassTypeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by weka.core.WekaException
              extended by weka.core.UnsupportedClassTypeException
All Implemented Interfaces:
java.io.Serializable

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.1 $
Author:
Len Trigg
See Also:
Serialized Form

Constructor Summary
UnsupportedClassTypeException()
          Creates a new UnsupportedClassTypeException instance with no detail message.
UnsupportedClassTypeException(java.lang.String message)
          Creates a new UnsupportedClassTypeException instance with a specified message.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.