Package weka.core
Class WekaException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- weka.core.WekaException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
NoSupportForMissingValuesException
,UnsupportedAttributeTypeException
,UnsupportedClassTypeException
public class WekaException extends java.lang.Exception
Class for Weka-specific exceptions.- Version:
- $Revision: 1.5 $
- Author:
- Richard Kirkby (rkirkby@cs.waikato.ac.nz)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WekaException()
Creates a new WekaException with no message.WekaException(java.lang.String message)
Creates a new WekaException.
-