/** * Copyright (c) 2015 Camil Staps <info@camilstaps.nl> * See the LICENSE file for copying permission. */packagecom.camilstaps.shop;/** * This Exception is thrown when required input was omitted by the user. * @author Camil Staps, s4498062 */publicclassInputRequiredExceptionextendsException{}