-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 0.9.0-incubating
-
Component/s: None
-
Labels:None
UnregisteredDriver should catch, log and re-throw NoClassDefFoundError. Currently it only catches and throws (wrapped in RuntimeException) a few checked exceptions. This makes it difficult to diagnose problems with the classpath.
UnregisteredDriver should catch everything (including errors) and log them.