- Documented exceptions of provideFile
authorMarius Tomaschewski <mt@suse.de>
Mon, 20 Feb 2006 12:59:07 +0000 (12:59 +0000)
committerMarius Tomaschewski <mt@suse.de>
Mon, 20 Feb 2006 12:59:07 +0000 (12:59 +0000)
zypp/media/MediaManager.h

index 5d6621c23310ebdb1f4fe66537bd41fa3ca3c9b7..c2b82afb9122daef51605dab2962b8d2d607abd7 100644 (file)
@@ -290,7 +290,14 @@ namespace zypp
        *                  downloaded. If 'cached' is unset an errer is
        *                  returned always.
        *
-       * \throws MediaException
+       * \throws MediaNotOpenException in case of invalid access id.
+       * \throws MediaNotAttachedException in case, that the media is not attached.
+       * \throws MediaNotDesiredException in case, that the media verification failed.
+       * \throws MediaNotAFileException in case, that the requested filename is not a file.
+       * \throws MediaFileNotFoundException in case, that the requested filenamedoes not exists.
+       * \throws MediaWriteException in case, that the file can't be copied from from remote source.
+       * \throws MediaSystemException in case a system operation fails.
+       * \throws MediaException derived exception, depending on the url (handler).
        */
       void
       provideFile(MediaAccessId   accessId,