weka.core
Class WekaException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--weka.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

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
equals, 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.


Copyright (c) 2003 David Lindsay, Computer Learning Research Centre, Dept. Computer Science, Royal Holloway, University of London