Uses of Class
com.helger.web.fileupload.exception.FileUploadException
-
Packages that use FileUploadException Package Description com.helger.web.fileupload com.helger.web.fileupload.exception com.helger.web.fileupload.parse com.helger.web.fileupload.servlet -
-
Uses of FileUploadException in com.helger.web.fileupload
Methods in com.helger.web.fileupload that throw FileUploadException Modifier and Type Method Description booleanIFileItemIterator. hasNext()Returns, whether another instance ofIFileItemStreamis available.IFileItemStreamIFileItemIterator. next()Returns the next availableIFileItemStream.com.helger.commons.state.ISuccessIndicatorIFileItem. write(File aDstFile)A convenience method to write an uploaded item to disk. -
Uses of FileUploadException in com.helger.web.fileupload.exception
Subclasses of FileUploadException in com.helger.web.fileupload.exception Modifier and Type Class Description classFileSizeLimitExceededExceptionThrown to indicate that A files size exceeds the configured maximum.classInvalidContentTypeExceptionThrown to indicate that the request is not a multipart request.classIOFileUploadExceptionThrown to indicate an IOException.classSizeLimitExceededExceptionThrown to indicate that the request size exceeds the configured maximum.Constructors in com.helger.web.fileupload.exception with parameters of type FileUploadException Constructor Description FileUploadIOException(FileUploadException aCause)Creates aFileUploadIOExceptionwith the given cause. -
Uses of FileUploadException in com.helger.web.fileupload.parse
Methods in com.helger.web.fileupload.parse that throw FileUploadException Modifier and Type Method Description IFileItemIteratorAbstractFileUploadBase. getItemIterator(IRequestContext aCtx)Processes an RFC 1867 compliantmultipart/form-datastream.com.helger.commons.collection.impl.ICommonsList<IFileItem>AbstractFileUploadBase. parseRequest(IRequestContext aCtx)Processes an RFC 1867 compliantmultipart/form-datastream.com.helger.commons.state.ISuccessIndicatorDiskFileItem. write(File aDstFile)A convenience method to write an uploaded item to disk. -
Uses of FileUploadException in com.helger.web.fileupload.servlet
Methods in com.helger.web.fileupload.servlet that throw FileUploadException Modifier and Type Method Description IFileItemIteratorServletFileUpload. getItemIterator(jakarta.servlet.http.HttpServletRequest aHttpRequest)Processes an RFC 1867 compliantmultipart/form-datastream.com.helger.commons.collection.impl.ICommonsList<IFileItem>ServletFileUpload. parseRequest(jakarta.servlet.http.HttpServletRequest aHttpRequest)Processes an RFC 1867 compliantmultipart/form-datastream.
-