Code Cleanup
This commit is contained in:
parent
c72ae904e7
commit
a002362b62
|
@ -4,8 +4,8 @@ package ch.zhaw.pm2.racetrack;
|
||||||
* Class for Exception when invalid Fileformat is used.
|
* Class for Exception when invalid Fileformat is used.
|
||||||
*/
|
*/
|
||||||
public class InvalidFileFormatException extends Exception {
|
public class InvalidFileFormatException extends Exception {
|
||||||
public InvalidFileFormatException(){super();}
|
|
||||||
public InvalidFileFormatException(String errorMessage) {
|
public InvalidFileFormatException(String errorMessage) {
|
||||||
super(errorMessage);
|
super(errorMessage);
|
||||||
}
|
}
|
||||||
|
public InvalidFileFormatException(){super();}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue