import java.lang.*; /** * Thrown when the program requires a certain input length and the user enters * something else. */ class WrongInputLengthException extends Exception { }