package name.panitz.exceptions;
public class ThrowIndex {
  public static void main(String [] args){
    "i am too short".charAt(120);
  }
}

