aboutsummaryrefslogtreecommitdiff
path: root/Week9 Webshop/src/com/camilstaps/shop/ItemNotFoundException.java
blob: 5122d7963f7b51e03768e7c51d5a1954e977357a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/**
 * 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 {
}