Class NoSuchElementException

All Implemented Interfaces:
Serializable

@NullMarked public class NoSuchElementException extends NotFoundException
See Also:
  • Constructor Details

    • NoSuchElementException

      public NoSuchElementException(@Nullable String reason)
    • NoSuchElementException

      public NoSuchElementException(@Nullable String reason, @Nullable Throwable cause)
  • Method Details