Package java.lang

Class IndexOutOfBoundsException

    • Constructor Detail

      • IndexOutOfBoundsException

        public IndexOutOfBoundsException()
        Constructs an IndexOutOfBoundsException with no detail message.
      • IndexOutOfBoundsException

        public IndexOutOfBoundsException​(String s)
        Constructs an IndexOutOfBoundsException with the specified detail message.
        Parameters:
        s - the detail message.