Uses of Class
java.util.NoSuchElementException
| Package | Description |
|---|---|
| java.util | |
| org.apache.http.message |
A selection of HTTP
message
implementations. |
-
Uses of NoSuchElementException in java.util
Subclasses of NoSuchElementException in java.util Modifier and Type Class Description classInputMismatchExceptionAnInputMismatchExceptionis thrown by a scanner to indicate that the next token does not match or is out of range for the type specified in the pattern. -
Uses of NoSuchElementException in org.apache.http.message
Methods in org.apache.http.message that throw NoSuchElementException Modifier and Type Method Description ObjectBasicHeaderElementIterator. next()ObjectBasicHeaderIterator. next()Returns the next header.ObjectBasicListHeaderIterator. next()Returns the next header.ObjectBasicTokenIterator. next()Returns the next token.HeaderElementBasicHeaderElementIterator. nextElement()HeaderBasicHeaderIterator. nextHeader()Obtains the next header from this iteration.HeaderBasicListHeaderIterator. nextHeader()Obtains the next header from this iteration.StringBasicTokenIterator. nextToken()Obtains the next token from this iteration.