Class IndexExceededException

  • All Implemented Interfaces:
    Serializable
    Direct Known Subclasses:
    CapacityExceededException

    public class IndexExceededException
    extends IndexOutOfBoundsException
    Why is it that one has to write every piece of the JDK in "proper" oneself? Providing the essential describing values of a problem in a structed form is essential for both programmatic and manual processing, not a personal flavor.
    See Also:
    Serialized Form
    • Constructor Detail

      • IndexExceededException

        public IndexExceededException​(long bound,
                                      long index)
      • IndexExceededException

        public IndexExceededException​(long bound,
                                      long index,
                                      String message)
      • IndexExceededException

        public IndexExceededException()
      • IndexExceededException

        public IndexExceededException​(String message)
    • Method Detail

      • index

        public long index()
      • bound

        public long bound()