| Modifier and Type | Method and Description |
|---|---|
IllegalStateException |
closed()
Creates an exception that can be closed if
DirectoryStream.iterator() is called on a closed directory stream. |
IllegalStateException |
iteratorAlreadyReturned()
Creates an exception that can be closed if
DirectoryStream.iterator() is called after the iterator was already returned. |
public IllegalStateException closed()
DirectoryStream.iterator() is called on a closed directory stream.public IllegalStateException iteratorAlreadyReturned()
DirectoryStream.iterator() is called after the iterator was already returned.Copyright © 2016–2019. All rights reserved.