Show not found class name
This commit is contained in:
parent
73ca237810
commit
e7887fbbb4
@ -45,6 +45,6 @@ public class PluginClassloader extends URLClassLoader
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
throw new ClassNotFoundException();
|
throw new ClassNotFoundException(name);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user