I want to have a single abstract class InitException to represent a set of classes, i.e. StartParameterException, FileNotFoundException
InitException
StartParameterException
FileNotFoundException