None to use the fallback ClassLoader
Fallback ClassLoader used when the class file couldn't be found or when class name matches ignorePattern.
Fallback ClassLoader used when the class file couldn't be found or when class name matches ignorePattern. Default: current ClassLoader.
Ignoring to reload classes that should be reloaded may cause exceptions like: java.
Ignoring to reload classes that should be reloaded may cause exceptions like: java.lang.ClassCastException: demos.action.Article cannot be cast to demos.action.Article
(Since version ) see corresponding Javadoc for more information.
This utility is useful for hot reloading .class files in a directory during development.