-CarTest added winpoint test

-added Klassendiagramm
-create Constructor InvalidTrackFormatException
This commit is contained in:
Andrin Fassbind
2022-03-22 19:04:26 +01:00
parent fe74d017b2
commit dc34d984f8
3 changed files with 39 additions and 2 deletions
@@ -7,4 +7,7 @@ public class InvalidTrackFormatException extends Exception {
public InvalidTrackFormatException(String errorMessage) {
super(errorMessage);
}
public InvalidTrackFormatException() {
super();
}
}