Package weka.core

Class WekaException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
NoSupportForMissingValuesException, UnsupportedAttributeTypeException, UnsupportedClassTypeException

public class WekaException extends Exception
Class for Weka-specific exceptions.
Version:
$Revision: 11353 $
Author:
Richard Kirkby (rkirkby@cs.waikato.ac.nz)
See Also:
  • Constructor Details

    • WekaException

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

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

      public WekaException(String message, Throwable cause)
      Constructor with message and cause
      Parameters:
      message - the message for the exception
      cause - the root cause Throwable
    • WekaException

      public WekaException(Throwable cause)
      Constructor with cause argument
      Parameters:
      cause - the root cause Throwable