public class IndexOutOfBoundsException extends RuntimeException { // Public Constructors public IndexOutOfBoundsException( ); public IndexOutOfBoundsException(String s); }