source: src/main/java/mk/ukim/finki/busngo/model/exceptions/InvalidAvtobusRegistracijaException.java

Last change on this file was bde8b13, checked in by ppaunovski <paunovskipavel@…>, 6 months ago

All 3 main use cases implemented.

  1. Starting a commute
  2. Writing a ticket
  3. Starting an instance of a Bus Line
  • Property mode set to 100644
File size: 230 bytes
Line 
1package mk.ukim.finki.busngo.model.exceptions;
2
3public class InvalidAvtobusRegistracijaException extends RuntimeException{
4 public InvalidAvtobusRegistracijaException() {
5 super("Invalid avtobus registracija!");
6 }
7}
Note: See TracBrowser for help on using the repository browser.