enjoy 3.7 release ^_^

This commit is contained in:
James
2019-03-19 16:25:33 +08:00
parent 3cc94a5b32
commit 84573be584
4 changed files with 10 additions and 2 deletions

View File

@@ -64,7 +64,7 @@ public class ClassPathSource implements ISource {
this.classLoader = getClassLoader();
this.url = classLoader.getResource(finalFileName);
if (url == null) {
throw new IllegalArgumentException("File not found : \"" + finalFileName + "\"");
throw new IllegalArgumentException("File not found in CLASSPATH or JAR : \"" + finalFileName + "\"");
}
processIsInJarAndlastModified();