Package bcu.cmp5332.bookingsystem.main
Class Main
java.lang.Object
bcu.cmp5332.bookingsystem.main.Main
The main class of the Flight Booking System.
It handles user interactions and executes commands.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
Main
public Main()
-
-
Method Details
-
main
The main method of the Flight Booking System. It initializes the system, handles user input, and executes commands.- Parameters:
args
- Command-line arguments (not used)- Throws:
IOException
- If an I/O error occursFlightBookingSystemException
- If there's an error related to the Flight Booking System
-