weka.core
Class UnsupportedClassTypeException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--weka.core.WekaException
                    |
                    +--weka.core.UnsupportedClassTypeException
All Implemented Interfaces:
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.2 $
Author:
Len Trigg
See Also:
Serialized Form

Constructor Summary
UnsupportedClassTypeException()
          Creates a new UnsupportedClassTypeException instance with no detail message.
UnsupportedClassTypeException(String message)
          Creates a new UnsupportedClassTypeException instance with a specified message.
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnsupportedClassTypeException

public UnsupportedClassTypeException()
Creates a new UnsupportedClassTypeException instance with no detail message.


UnsupportedClassTypeException

public UnsupportedClassTypeException(String message)
Creates a new UnsupportedClassTypeException instance with a specified message.