Class FileValidationError
- java.lang.Object
-
- com.aquima.web.components.fileupload.service.FileValidationError
-
- All Implemented Interfaces:
Serializable
public class FileValidationError extends Object implements Serializable
Class to store validation errors for file upload- Author:
- N. van Noorloos
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FileValidationError(String fileName, FileRejectionReason reason)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getFileName()
FileRejectionReason
getReason()
-
-
-
Constructor Detail
-
FileValidationError
public FileValidationError(String fileName, FileRejectionReason reason)
-
-
Method Detail
-
getFileName
public String getFileName()
-
getReason
public FileRejectionReason getReason()
-
-