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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.