Fix compile error for NoCurrentCaseException in VideoFile.java

This commit is contained in:
Richard Cordovano 2018-03-12 14:00:57 -04:00
parent 1d92a70664
commit fb551f01bc

View File

@ -82,6 +82,7 @@ public class VideoFile extends DrawableFile {
*
* @throws IOException
* @throws MediaException
* @throws NoCurrentCaseException
*/
@NbBundle.Messages({"VideoFile.getMedia.progress=writing temporary file to disk"})
public Media getMedia() throws IOException, MediaException, NoCurrentCaseException {