Class NotEmptyException

All Implemented Interfaces:
Serializable

public class NotEmptyException extends UsrException
exception thrown whenever some container is expected to be empty and it isn't.
See Also:
  • Constructor Details

    • NotEmptyException

      public NotEmptyException()
      construct a new NotEmptyException with a default message.
    • NotEmptyException

      public NotEmptyException(String msg)
      construct a new NotEmptyException with a given message.
      Parameters:
      msg - overides the default message.