public static class UploadI18N.Error extends Object implements Serializable
Constructor and Description |
---|
Error() |
Modifier and Type | Method and Description |
---|---|
String |
getFileIsTooBig()
Get translation for file too big.
|
String |
getIncorrectFileType()
Get translation for incorrect file type.
|
String |
getTooManyFiles()
Too many files translation.
|
UploadI18N.Error |
setFileIsTooBig(String fileIsTooBig)
Set file too big translation.
|
UploadI18N.Error |
setIncorrectFileType(String incorrectFileType)
Set incorrect file type translation.
|
UploadI18N.Error |
setTooManyFiles(String tooManyFiles)
Set too many files error translation.
|
public String getTooManyFiles()
public UploadI18N.Error setTooManyFiles(String tooManyFiles)
tooManyFiles
- translation stringpublic String getFileIsTooBig()
public UploadI18N.Error setFileIsTooBig(String fileIsTooBig)
fileIsTooBig
- translation stringpublic String getIncorrectFileType()
public UploadI18N.Error setIncorrectFileType(String incorrectFileType)
incorrectFileType
- translation stringCopyright © 2025. All rights reserved.