From 6a44b074f0169a1b0f9e92347af929c5e471746e Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Sat, 18 Apr 2015 13:44:44 +0200 Subject: Reorganised projects --- Week9/src/com/camilstaps/shop/ItemNotFoundException.java | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 Week9/src/com/camilstaps/shop/ItemNotFoundException.java (limited to 'Week9/src/com/camilstaps/shop/ItemNotFoundException.java') 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 - * 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 { -} -- cgit v1.2.3