Package weka.core

Class UnassignedClassException

All Implemented Interfaces:
Serializable

public class UnassignedClassException extends 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: 8034 $
Author:
Richard Kirkby (rkirkby@cs.waikato.ac.nz)
See Also:
  • Constructor Details

    • UnassignedClassException

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

      public UnassignedClassException(String message)
      Creates a new UnassignedClassException.
      Parameters:
      message - the reason for raising an exception.