Uses of Class
com.helger.commons.io.file.EFileIOErrorCode
-
Packages that use EFileIOErrorCode Package Description com.helger.commons.io.file -
-
Uses of EFileIOErrorCode in com.helger.commons.io.file
Methods in com.helger.commons.io.file that return EFileIOErrorCode Modifier and Type Method Description EFileIOErrorCodeFileIOError. getErrorCode()static EFileIOErrorCodeEFileIOErrorCode. getFromIDOrNull(int nID)static EFileIOErrorCodeEFileIOErrorCode. 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.Methods in com.helger.commons.io.file with parameters of type EFileIOErrorCode Modifier and Type Method Description default voidIFileOperationCallback. onError(EFileIOOperation eOperation, EFileIOErrorCode eErrorCode, File aFile1, File aFile2, Exception aException)Called upon operation error.voidLoggingFileOperationCallback. onError(EFileIOOperation eOperation, EFileIOErrorCode eErrorCode, File aFile1, File aFile2, Exception aException)Constructors in com.helger.commons.io.file with parameters of type EFileIOErrorCode Constructor Description FileIOError(EFileIOOperation eOperation, EFileIOErrorCode eCode)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)FileIOError(EFileIOOperation eOperation, EFileIOErrorCode eCode, Exception aException)
-