Exceptions topic

Exceptions

Collection of exceptions used in the library.

Exceptions / Errors

AlreadyRunningException Exceptions
Exception thrown when a same method is already running, and the user tries to run it again, without waiting for the first one to finish.
AppDirActionException Exceptions
Exception thrown when platform tries to perform unimplemented action.
AppDirPathException Exceptions
Exception thrown when platform tries to get path for a directory.
DocManException DocMan Exceptions
Base class for all custom exceptions in the docman package
DocumentFileException DocumentFile Exceptions
Exceptions thrown by executing document file operations.
NoActivityException Exceptions
Exception thrown when no activity is found to handle the request.
PermissionsException Permissions Exceptions
Exceptions thrown by executing permissions operations.
PickerCountException Exceptions
Exception thrown when picked items count is greater than allowed limit.
PickerMaxLimitException Exceptions
Exception thrown for invalid limit.
PickerMimeTypeException Exceptions
Exception thrown for invalid mimeType.