Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 548 Bytes

BibernateValidationException.md

File metadata and controls

13 lines (8 loc) · 548 Bytes

BibernateValidationException

The BibernateValidationException class is an exception thrown to indicate a validation failure in the Bibernate framework. This exception is typically used when data validation fails or when a business rule is violated.

Description

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

Constructor

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