ISSUE 70: Catch NoClassDefFoundError too

git-svn-id: https://zxing.googlecode.com/svn/trunk@540 59b500cc-1b3d-0410-9834-0bbf25fbcc57
This commit is contained in:
srowen 2008-07-31 14:24:13 +00:00
parent 944feda925
commit 3ab723c0c4

View file

@ -45,6 +45,8 @@ class DefaultMultimediaManager implements MultimediaManager {
// continue
} catch (InstantiationException ie) {
// continue
} catch (NoClassDefFoundError ncdfe) {
// continue
}
}