| Package | Description |
|---|---|
| com.helger.commons.io.file |
| Modifier and Type | Method and Description |
|---|---|
EFileIOErrorCode |
FileIOError.getErrorCode() |
static EFileIOErrorCode |
EFileIOErrorCode.getFromIDOrNull(int nID) |
static EFileIOErrorCode |
EFileIOErrorCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EFileIOErrorCode[] |
EFileIOErrorCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
default void |
IFileOperationCallback.onError(EFileIOOperation eOperation,
EFileIOErrorCode eErrorCode,
File aFile1,
File aFile2,
Exception aException)
Called upon operation error.
|
void |
LoggingFileOperationCallback.onError(EFileIOOperation eOperation,
EFileIOErrorCode eErrorCode,
File aFile1,
File aFile2,
Exception aException) |
| Constructor and Description |
|---|
FileIOError(EFileIOOperation eOperation,
EFileIOErrorCode eCode) |
FileIOError(EFileIOOperation eOperation,
EFileIOErrorCode eCode,
Exception aException) |
FileIOError(EFileIOOperation eOperation,
EFileIOErrorCode eCode,
File aFile1) |
FileIOError(EFileIOOperation eOperation,
EFileIOErrorCode eCode,
File aFile1,
File aFile2) |
FileIOError(EFileIOOperation eOperation,
EFileIOErrorCode eCode,
File aFile1,
File aFile2,
Exception aException) |
Copyright © 2014–2020 Philip Helger. All rights reserved.