Show not found class name

This commit is contained in:
md_5 2013-03-03 14:39:45 +11:00
parent 73ca237810
commit e7887fbbb4

View File

@ -45,6 +45,6 @@ public class PluginClassloader extends URLClassLoader
}
}
}
throw new ClassNotFoundException();
throw new ClassNotFoundException(name);
}
}