weka.core
Class UnassignedDatasetException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--weka.core.UnassignedDatasetException
All Implemented Interfaces:
java.io.Serializable

public class UnassignedDatasetException
extends java.lang.RuntimeException

Exception that is raised when trying to use something that has no reference to a dataset, when one is required.

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

Constructor Summary
UnassignedDatasetException()
          Creates a new UnassignedDatasetException with no message.
UnassignedDatasetException(java.lang.String message)
          Creates a new UnassignedDatasetException.
 
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

UnassignedDatasetException

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


UnassignedDatasetException

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

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