Last change
on this file was 77205be, checked in by gjoko kostadinov <gjokokostadinov@…>, 11 months ago |
Add entire code
|
-
Property mode
set to
100755
|
File size:
283 bytes
|
Line | |
---|
1 | package edu.gjoko.schedlr.exceptions;
|
---|
2 |
|
---|
3 | public class BlockingTimeException extends RuntimeException {
|
---|
4 |
|
---|
5 | public static final String MESSAGE = "Error! The selected dates are overlapping with another appointment.";
|
---|
6 | public BlockingTimeException() {
|
---|
7 | super(MESSAGE);
|
---|
8 | }
|
---|
9 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.