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

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.

Constructors

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

 o 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