<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">package edu.cornell.cs.cs2110;

/**
 * Indicates that an item could not be added
 * to a &lt;code&gt;SmallSet&lt;/code&gt; because it is
 * at its maximum capacity.
 */
public class SmallSetFullException extends Error {}
</pre></body></html>