public class InputOutOfBoundsException extends RuntimeException { public InputOutOfBoundsException() { super("Input out of bounds!"); } }