Package io.deephaven

Class NoSuchElementException

All Implemented Interfaces:
Serializable

public class NoSuchElementException extends UncheckedDeephavenException
Exception thrown when an element does not exist, generally when attempting to access or remove an element that is not present.
See Also: