Name

Bounds

Synopsis

An exception thrown when a value that falls out of the valid bounds is passed into a method, e.g., when an index passed into a list object is greater than the size of the list.

                  Passed To
public final class Bounds extends UserException {
// Public Constructors
   public Bounds();  
   public Bounds( String reason);  
}

Thrown By

ContextList.{item(), remove()}, ExceptionList.{item(), remove()}, NVList.{item(), remove()}

Get Java Enterprise in a Nutshell, Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.