1. if(length < 8 && length > 50){
  2. throw new IllegalArgumentException();
  3. }