Class.forName(String, boolean, ClassLoader)
, using the resolver's class loader. Since 1.1, the type may include primitive types and arrays (of primitives or of objects). @throws ApplicationRuntimeException on any error.
Class.forName(String, boolean, ClassLoader)
, using the application's class loader. Throws an {@link ApplicationRuntimeException} on any error.
null
.
@return the required Class object
@exception ClassNotFoundException if the requested class does not existon this loader's classpath.
null
if a class with that name is not declared in this compilation unit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|