public class MaybeIOException extends IOException
| Modifier and Type | Field and Description |
|---|---|
File |
file
The File causing the IOException.
|
| Constructor and Description |
|---|
MaybeIOException(File file,
IOException exception)
Constructor.
|
MaybeIOException(String msg,
IOException exception)
Constructor without file but with an additional error explanation.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getMessage()
Gets the message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic final File file
public MaybeIOException(String msg, IOException exception)
public MaybeIOException(File file, IOException exception)
public String getMessage()
getMessage in class ThrowablePhantom® and NetPhantom® are registered trademarks of Mindus SARL.
© © Mindus SARL, 2024. All rights reserved.