finished both exceptions.
This commit is contained in:
		
							parent
							
								
									16d287e273
								
							
						
					
					
						commit
						0fafa3e0e7
					
				| 
						 | 
					@ -1,5 +1,8 @@
 | 
				
			||||||
package ch.zhaw.pm2.racetrack;
 | 
					package ch.zhaw.pm2.racetrack;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
public class InvalidFileFormatException extends Exception {
 | 
					public class InvalidFileFormatException extends Exception {
 | 
				
			||||||
    // TODO: implementation
 | 
					
 | 
				
			||||||
 | 
					    public InvalidFileFormatException(String errorMessage) {
 | 
				
			||||||
 | 
					        super(errorMessage);
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,5 +1,7 @@
 | 
				
			||||||
package ch.zhaw.pm2.racetrack;
 | 
					package ch.zhaw.pm2.racetrack;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
public class InvalidTrackFormatException extends Exception {
 | 
					public class InvalidTrackFormatException extends Exception {
 | 
				
			||||||
    // TODO: implementation
 | 
					    public InvalidTrackFormatException(String errorMessage) {
 | 
				
			||||||
 | 
					        super(errorMessage);
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue