forked from nus-cs2103-AY2425S1/ip
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patherror.log
More file actions
33 lines (33 loc) · 1.6 KB
/
error.log
File metadata and controls
33 lines (33 loc) · 1.6 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
java.util.NoSuchElementException: No line found
at java.base/java.util.Scanner.nextLine(Scanner.java:1651)
at notgpt.ui.Parser.parse(Parser.java:21)
at notgpt.ui.Notgpt.main(Notgpt.java:47)
java.lang.NullPointerException: text
at java.base/java.util.Objects.requireNonNull(Objects.java:233)
at java.base/java.time.format.DateTimeFormatter.parse(DateTimeFormatter.java:1951)
at java.base/java.time.LocalDate.parse(LocalDate.java:430)
at notgpt.parsers.DateParser.giveDate(DateParser.java:31)
at notgpt.tasks.Event.<init>(Event.java:39)
at notgpt.storage.Storage.event(Storage.java:82)
at notgpt.ui.Parser.parse(Parser.java:77)
at notgpt.ui.Notgpt.main(Notgpt.java:47)
java.util.NoSuchElementException: No line found
at java.base/java.util.Scanner.nextLine(Scanner.java:1651)
at notgpt.ui.Parser.parse(Parser.java:21)
at notgpt.ui.Notgpt.main(Notgpt.java:47)
java.util.NoSuchElementException: No line found
at java.base/java.util.Scanner.nextLine(Scanner.java:1651)
at notgpt.ui.Parser.parse(Parser.java:21)
at notgpt.ui.Notgpt.main(Notgpt.java:47)
java.util.NoSuchElementException: No line found
at java.base/java.util.Scanner.nextLine(Scanner.java:1651)
at notgpt.ui.Parser.parse(Parser.java:21)
at notgpt.ui.Notgpt.main(Notgpt.java:47)
java.util.NoSuchElementException: No line found
at java.base/java.util.Scanner.nextLine(Scanner.java:1651)
at notgpt.ui.Parser.parse(Parser.java:22)
at notgpt.ui.Notgpt.main(Notgpt.java:46)
java.util.NoSuchElementException: No line found
at java.base/java.util.Scanner.nextLine(Scanner.java:1651)
at notgpt.ui.Parser.parse(Parser.java:22)
at notgpt.ui.Notgpt.main(Notgpt.java:46)