Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 584 Bytes

CollectionIsEmptyException.md

File metadata and controls

14 lines (9 loc) · 584 Bytes

CollectionIsEmptyException

The CollectionIsEmptyException class is an exception thrown when an operation or method expects a collection to contain elements, but the provided collection is empty. It extends the BibernateGeneralException class.

Description

This class extends BibernateGeneralException and provides a constructor to create instances with a specified detail message.

Constructor

  1. CollectionIsEmptyException(String message)
    • Constructs a new CollectionIsEmptyException with the specified detail message.