Class MeEmptyDataSetException

  • All Implemented Interfaces:
    java.io.Serializable

    public class MeEmptyDataSetException
    extends java.lang.RuntimeException
    Thrown to indicate that the requested operation is not supported on an empty data set.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      MeEmptyDataSetException()
      Constructs a MeEmptyDataSetException with no detail message.
      MeEmptyDataSetException​(java.lang.String message)
      Constructs a MeEmptyDataSetException with the specified detail message.
    • 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

      • MeEmptyDataSetException

        public MeEmptyDataSetException()
        Constructs a MeEmptyDataSetException with no detail message. A detail message is a String that describes this particular exception.
      • MeEmptyDataSetException

        public MeEmptyDataSetException​(java.lang.String message)
        Constructs a MeEmptyDataSetException with the specified detail message. A detail message is a String that describes this particular exception.
        Parameters:
        message - the String that contains a detailed message