kite-sdk / kite

Kite SDK
http://kitesdk.org/docs/current/
Apache License 2.0
394 stars 262 forks source link

KITE-1079: Improve URI debugging with error messages. #416

Closed rdblue closed 9 years ago

rdblue commented 9 years ago

This adds a map to DynConstructor.Builder that keeps all of the reasons why classes weren't loaded. In the case where one is present but can't be loaded because a dependency is missing, it is obvious what needs to be added to the classpath.

tomwhite commented 9 years ago

+1