net.sf.staccatocommons.collections
Class EmptySourceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.util.NoSuchElementException
net.sf.staccatocommons.collections.EmptySourceException
- All Implemented Interfaces:
- Serializable
public class EmptySourceException
- extends NoSuchElementException
NoSuchElementException that indicates that an element could not be
retrieved or calculated from an iterator or iterable source because that
source is empty
- Since:
- 2.2
- Author:
- flbulgarelli
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
EmptySourceException
public EmptySourceException(String message)
- Creates a new
EmptySourceException