DthingApi
Public Member Functions | List of all members
java.util.NoSuchElementException Class Reference
Inheritance diagram for java.util.NoSuchElementException:

Public Member Functions

 NoSuchElementException ()
 
 NoSuchElementException (String detailMessage)
 

Detailed Description

Thrown when trying to retrieve an element past the end of an Enumeration or Iterator.

Constructor & Destructor Documentation

◆ NoSuchElementException() [1/2]

java.util.NoSuchElementException.NoSuchElementException ( )
inline

Constructs a new

with the current stack trace filled in.

◆ NoSuchElementException() [2/2]

java.util.NoSuchElementException.NoSuchElementException ( String  detailMessage)
inline

Constructs a new

with the current stack trace and message filled in.

Parameters
detailMessagethe detail message for the exception.

The documentation for this class was generated from the following file: