mirror of
https://github.com/zxing/zxing.git
synced 2024-11-10 13:04:05 -08:00
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:
parent
944feda925
commit
3ab723c0c4
|
@ -45,6 +45,8 @@ class DefaultMultimediaManager implements MultimediaManager {
|
|||
// continue
|
||||
} catch (InstantiationException ie) {
|
||||
// continue
|
||||
} catch (NoClassDefFoundError ncdfe) {
|
||||
// continue
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue