weka.core
Class UnassignedClassException

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

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