Class App
java.lang.Object
App
The main class responsible for running the timetable application.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
App
public App()
-
-
Method Details
-
main
The main entry point of the application.- Throws:
IOException
- If an I/O error occurs while reading or writing files.InterruptedException
- If the execution is interrupted while waiting for a result.ExecutionException
- If an exception occurs during the execution of a task.
-