All Packages  Class Hierarchy  This Package  Previous  Next  Index  WEKA's home

Class weka.core.UnsupportedAttributeTypeException

java.lang.Object
    |
    +----java.lang.Throwable
            |
            +----java.lang.Exception
                    |
                    +----weka.core.WekaException
                            |
                            +----weka.core.UnsupportedAttributeTypeException

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

Constructor Index

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

Constructor Detail

 o UnsupportedAttributeTypeException
public UnsupportedAttributeTypeException()
          Creates a new UnsupportedAttributeTypeException instance with no detail message.
 o UnsupportedAttributeTypeException
public UnsupportedAttributeTypeException(java.lang.String message)
          Creates a new UnsupportedAttributeTypeException instance with a specified message.
Parameters:
messagae - a String containing the message.

All Packages  Class Hierarchy  This Package  Previous  Next  Index  WEKA's home