Complete the class Movie

This commit is contained in:
2026-04-26 15:38:25 +03:30
parent ad601cadc2
commit 6f8c0d8f7e
2 changed files with 45 additions and 7 deletions
+1 -3
View File
@@ -102,10 +102,8 @@ public class MovieService {
* PUT ALL PARSING CODE INSIDE try-catch
*/
public void displayMoviesByGenre(Long genreId, Long page) {
// TODO: Write your code here
// All parsing code must be inside try-catch
try {
// Your code here
} catch (Exception e) {
System.err.println("ERROR: " + e.getMessage());