All Packages Class Hierarchy This Package Previous Next Index WEKA's home
Class weka.core.WekaException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----weka.core.WekaException
- public class WekaException
- extends Exception
WekaException is used when some Weka-specific
checked exception must be raised.
- Author:
- Len Trigg
-
WekaException()
- Creates a new
WekaException instance
with no detail message.
-
WekaException(String)
- Creates a new
WekaException instance
with a specified message.
WekaException
public WekaException()
- Creates a new
WekaException instance
with no detail message.
WekaException
public WekaException(String message)
- Creates a new
WekaException instance
with a specified message.
- Parameters:
- messagae - a
String containing the message.
All Packages Class Hierarchy This Package Previous Next Index WEKA's home