Package weka.core

Class WekaException

    • Constructor Summary

      Constructors 
      Constructor Description
      WekaException()
      Creates a new WekaException with no message.
      WekaException​(java.lang.String message)
      Creates a new WekaException.
    • 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

      • WekaException

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

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