|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Exception Summary | |
|---|---|
| JUploadException | A new kind of exceptions. |
| JUploadExceptionStopAddingFiles | This exception is a trick, to stop adding files to the file list, when too
many files don't match the allowed extension (see
wjhk.jupload2.gui.FilePanelDataModel2#addFile(File, File)), or any
other control of the current upload policy (see
UploadPolicy.createFileData(File, File). |
| JUploadExceptionTooBigFile | This exception indicates, that the file that is to be uploaded is too big. |
| JUploadExceptionUploadFailed | This exception occurs when an upload failed. |
| JUploadInterrupted | This class is thrown in the DefaultFileUploadThread, when it detects
that the user clicked on the stop button. |
| JUploadIOException | This class should be used for all implementations of FileData or UploadPolicy that want to throw an IO exception, and need to be conform with the interface definition. |
Some application specific exceptions.
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||