weka.core
Class UnsupportedAttributeTypeException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--weka.core.WekaException
                    |
                    +--weka.core.UnsupportedAttributeTypeException
All Implemented Interfaces:
Serializable

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
See Also:
Serialized Form

Constructor Summary
UnsupportedAttributeTypeException()
          Creates a new UnsupportedAttributeTypeException instance with no detail message.
UnsupportedAttributeTypeException(String message)
          Creates a new UnsupportedAttributeTypeException 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

UnsupportedAttributeTypeException

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


UnsupportedAttributeTypeException

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