AggregateClassLoader.findClass() drops all exceptions
Description
AggregatedClassLoader.findClass(String name) has 2 catch blocks that drop the exception. Please include these exceptions in the ClassNotFoundException. This will help when trying to figure out why a class won’t load.
Currently, the ClassNotFoundException only shows which is not helpful.
AggregatedClassLoader.findClass(String name) has 2 catch blocks that drop the exception. Please include these exceptions in the ClassNotFoundException. This will help when trying to figure out why a class won’t load.
Currently, the ClassNotFoundException only shows which is not helpful.