/** * Copyright (c) 2015 Camil Staps <info@camilstaps.nl> * See the LICENSE file for copying permission. */packagecom.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 */publicclassItemNotFoundExceptionextendsException{}