wjhk.jupload2.exception
Class JUploadExceptionStopAddingFiles
java.lang.Object
java.lang.Throwable
java.lang.Exception
wjhk.jupload2.exception.JUploadException
wjhk.jupload2.exception.JUploadExceptionStopAddingFiles
- All Implemented Interfaces:
- Serializable
public class JUploadExceptionStopAddingFiles
- extends JUploadException
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)
.
- Author:
- etienne_sf
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
JUploadExceptionStopAddingFiles
public JUploadExceptionStopAddingFiles(String message)
- Parameters:
message
-