weka.core
Class WekaException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byweka.core.WekaException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
NoSupportForMissingValuesException, UnsupportedAttributeTypeException, UnsupportedClassTypeException

public class WekaException
extends java.lang.Exception

Class for Weka-specific exceptions.

Version:
$Revision: 1.3 $
Author:
Richard Kirkby (rkirkby@cs.waikato.ac.nz)
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
WekaException()
          Creates a new WekaException with no message.
WekaException(java.lang.String message)
          Creates a new WekaException.
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WekaException

public WekaException()
Creates a new WekaException with no message.


WekaException

public WekaException(java.lang.String message)
Creates a new WekaException.

Parameters:
message - the reason for raising an exception.