|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use UnknownClassException | |
|---|---|
| org.apache.shiro.util | Your run-of-the-mill 'util' pacakge for components and logic widely used across the framework that can't find their home into a proper OO hierarchy (or, most likely for things used across many hierarchies). |
| Uses of UnknownClassException in org.apache.shiro.util |
|---|
| Methods in org.apache.shiro.util that throw UnknownClassException | |
|---|---|
static Class |
ClassUtils.forName(String fqcn)
Attempts to load the specified class name from the current thread's context class loader, then the
current ClassLoader (ClassUtils.class.getClassLoader()), then the system/application
ClassLoader (ClassLoader.getSystemClassLoader(), in that order. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||