Uses of Package
wjhk.jupload2.exception

Packages that use wjhk.jupload2.exception
wjhk.jupload2.exception Some application specific exceptions. 
wjhk.jupload2.filedata This allows you to change the file relative behaviour. 
wjhk.jupload2.gui Implementation of caching and special algorithms for various file types. 
wjhk.jupload2.policies This package contains the upload policies. 
wjhk.jupload2.upload Implementations of the various protocol-specific tasks. 
 

Classes in wjhk.jupload2.exception used by wjhk.jupload2.exception
JUploadException
          A new kind of exceptions.
 

Classes in wjhk.jupload2.exception used by wjhk.jupload2.filedata
JUploadException
          A new kind of exceptions.
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.
 

Classes in wjhk.jupload2.exception used by wjhk.jupload2.gui
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).
 

Classes in wjhk.jupload2.exception used by wjhk.jupload2.policies
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).
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.
 

Classes in wjhk.jupload2.exception used by wjhk.jupload2.upload
JUploadException
          A new kind of exceptions.
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.