public class OutOfBoundsException extends RuntimeException { public OutOfBoundsException( String s ) { super( s ); } }