-
Notifications
You must be signed in to change notification settings - Fork 0
Exception Handling
Kishor edited this page Aug 25, 2023
·
1 revision
- DAO Exception
- Validation Exception
- Service Exception
- Name cannot be null or empty
- Invalid Password
- Invalid email address
- Invalid phone number
- User already exists
- Book not found
- Maximum borrow limit reached
- Book already borrowed
- Invalid book id
- Failed to update user information
- Failed to update book information
- Failed to return the book
- Database connection error
-
Introduction
- Purpose
- Features
- User Persona
- JavaDoc
-
Prerequisites
- Software Requirements
- Database Setup
-
Project Setup
- Java Project Creation
- Library Dependencies
-
Database
- Entity-Relationship Diagram (ERD)
- Database Tables
-
Modules
- User Module
- Book Module
- Borrow Module
-
Validations
- User Validations
- Book Validations
- Borrow Validations
-
Testing
- Unit Testing
-
Exception Handling
- Common Error Messages
- Exception Handling
-
Future Improvements
- Planned Features
- Roadmap
-
Resources
- External Libraries
- References