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 java.lang.Exception
WekaException is used when some Weka-specific
checked exception must be raised.
- Version:
- $Revision: 1.2 $
- 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(java.lang.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