Class FileUploadViolationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.hippoecm.frontend.plugins.jquery.upload.FileUploadViolationException
-
- All Implemented Interfaces:
Serializable
public class FileUploadViolationException extends Exception
Exception containing violation messages in uploading files- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FileUploadViolationException(String message)
FileUploadViolationException(List<String> messages)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>
getViolationMessages()
Return 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
-
-