// Introduced in Chapter 4
/**
 * Thrown when an attempt is made to access an element in a
 * structure which contains no elements.
 */
public class EmptyStructureException extends RuntimeException {
}

