Class FileUploadViolationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.hippoecm.frontend.plugins.jquery.upload.FileUploadViolationException
- All Implemented Interfaces:
Serializable
Exception containing violation messages in uploading files
- See Also:
-
Constructor Summary
ConstructorDescriptionFileUploadViolationException
(String message) FileUploadViolationException
(List<String> messages) -
Method Summary
Modifier and TypeMethodDescriptionReturn a list violation messages in the exception or an empty list if violation is not foundprotected void
setViolations
(List<String> messages) Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
FileUploadViolationException
-
FileUploadViolationException
-
-
Method Details
-
getViolationMessages
Return a list violation messages in the exception or an empty list if violation is not found- Returns:
- a list violation messages in the exception or an empty list if violation is not found
-
setViolations
-