weka.core
Class UnassignedClassException

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

public class UnassignedClassException
extends java.lang.RuntimeException

Exception that is raised when trying to use some data that has no class assigned to it, but a class is needed to perform the operation.

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

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

UnassignedClassException

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


UnassignedClassException

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

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