Package weka.core

Class 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.5 $
    Author:
    Richard Kirkby (rkirkby@cs.waikato.ac.nz)
    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, 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.