weka.core
Class UnassignedDatasetException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byweka.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

Field Summary
 
Fields inherited from class java.lang.RuntimeException
 
Fields inherited from class java.lang.Throwable
 
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
clone, equals, finalize, 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.