Uses of Enum
com.helger.commons.io.file.EFileIOErrorCode
Packages that use EFileIOErrorCode
-
Uses of EFileIOErrorCode in com.helger.commons.io.file
Methods in com.helger.commons.io.file that return EFileIOErrorCodeModifier and TypeMethodDescriptionFileIOError.getErrorCode()static EFileIOErrorCodeEFileIOErrorCode.getFromIDOrNull(int nID) static EFileIOErrorCodeReturns 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 EFileIOErrorCodeModifier and TypeMethodDescriptiondefault 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 EFileIOErrorCodeModifierConstructorDescriptionFileIOError(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)