-CarTest added winpoint test
-added Klassendiagramm -create Constructor InvalidTrackFormatException
This commit is contained in:
@@ -7,4 +7,7 @@ public class InvalidTrackFormatException extends Exception {
|
||||
public InvalidTrackFormatException(String errorMessage) {
|
||||
super(errorMessage);
|
||||
}
|
||||
public InvalidTrackFormatException() {
|
||||
super();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user