public class NotEnoughUpper extends NotEnoughLetter { public NotEnoughUpper(int should, int is) { super(should, is); super.EXC_TYPE = "Großbuchstaben"; } }