Uses of Class
se.conciliate.extensions.uploadservice.UploadException
Packages that use UploadException
Package
Description
Provides the means to register new upload services
that can be used when publishing (e.g.
Editors for upload services.
-
Uses of UploadException in se.conciliate.extensions.uploadservice
Subclasses of UploadException in se.conciliate.extensions.uploadserviceModifier and TypeClassDescriptionclass
Thrown when trying to use a profile not compatible with this service.class
Methods in se.conciliate.extensions.uploadservice that throw UploadExceptionModifier and TypeMethodDescriptionvoid
UploadProfile.upload
(File source, BiFunction<Path, String, Boolean> removeExistingFilter, ProgressCallback progress) Upload using this service. -
Uses of UploadException in se.conciliate.extensions.uploadservice.editor
Methods in se.conciliate.extensions.uploadservice.editor that throw UploadException