Package java.lang

Class IndexOutOfBoundsException

    • Constructor Detail

      • IndexOutOfBoundsException

        public IndexOutOfBoundsException()
        Constructs a new IndexOutOfBoundsException that includes the current stack trace.
      • IndexOutOfBoundsException

        public IndexOutOfBoundsException​(String detailMessage)
        Constructs a new IndexOutOfBoundsException with the current stack trace and the specified detail message.
        Parameters:
        detailMessage - the detail message for this exception.