List of usage examples for java.util NoSuchElementException subclass-usage
From source file com.torchmind.stockpile.server.error.NoSuchProfileException.java
/**
* <strong>No Such Profile Exception</strong>
*
* Provides a utility exception which notifies the backing request handler about a missing entry.
*
* @author <a href="mailto:johannesd@torchmind.com">Johannes Donath</a>
From source file ArrayStack.java
/**
* The BufferUnderflowException is used when the buffer is already empty.
* <p>
* NOTE: From version 3.0, this exception extends NoSuchElementException.
*
* @since Commons Collections 2.1