public final class DirectoryIteratorException extends ConcurrentModificationException
IOException
using the getCause()
method.DirectoryStream
,
Serialized FormConstructor and Description |
---|
DirectoryIteratorException(IOException cause)
Constructs an instance of this class.
|
Modifier and Type | Method and Description |
---|---|
IOException |
getCause()
Returns the cause of this exception.
|
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public DirectoryIteratorException(IOException cause)
NullPointerException
- if the cause is null
cause
- the IOException
that caused the directory iteration
to failpublic IOException getCause()
aicas GmbH, Karlsruhe, Germany —www.aicas.com
Copyright © 2001-2019 aicas GmbH. All Rights Reserved.