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

Constructor Index

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

Constructor Detail

 o WekaException
public WekaException()
          Creates a new WekaException instance with no detail message.
 o 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