weka.core
Class WekaException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by weka.core.WekaException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
UnsupportedClassTypeException

public class WekaException
extends java.lang.Exception

WekaException is used when some Weka-specific checked exception must be raised.

Version:
$Revision: 1.1 $
Author:
Len Trigg
See Also:
Serialized Form

Constructor Summary
WekaException()
          Creates a new WekaException instance with no detail message.
WekaException(java.lang.String message)
          Creates a new WekaException instance with a specified message.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.