public class NotEnoughLower extends NotEnoughLetter { public NotEnoughLower(int should, int is) { super(should, is); super.EXC_TYPE = "Kleinbuchstaben"; } }