diff options
Diffstat (limited to 'Week9/src/com/camilstaps/shop/ItemNotFoundException.java')
-rw-r--r-- | Week9/src/com/camilstaps/shop/ItemNotFoundException.java | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/Week9/src/com/camilstaps/shop/ItemNotFoundException.java b/Week9/src/com/camilstaps/shop/ItemNotFoundException.java deleted file mode 100644 index 5122d79..0000000 --- a/Week9/src/com/camilstaps/shop/ItemNotFoundException.java +++ /dev/null @@ -1,14 +0,0 @@ -/** - * Copyright (c) 2015 Camil Staps <info@camilstaps.nl> - * See the LICENSE file for copying permission. - */ - -package com.camilstaps.shop; - -/** - * This error is thrown when an attempt is made to instantiate an object with a - * non-existing name, number, etc. - * @author Camil Staps, s4498062 - */ -public class ItemNotFoundException extends Exception { -} |