/** * 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 { }