We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a17905 commit b32b107Copy full SHA for b32b107
src/main/java/ch/jalu/typeresolver/classutil/ClassUtils.java
@@ -47,9 +47,6 @@ public static Optional<Class<?>> tryLoadClass(String name) {
47
/**
48
* Loads a class or throws an {@link IllegalArgumentException}. This method wraps {@link Class#forName(String)}
49
* to throw a runtime exception for convenience.
50
- * <p>
51
- * Note that errors thrown by {@link Class#forName(String)} (e.g. {@link LinkageError}) are not caught as they
52
- * typically indicate more severe issues.
53
*
54
* @param name the class name to load
55
* @return the loaded class, never null
0 commit comments