protected class ByteArrayClassLoader.ClassLoadingAction extends Object implements PrivilegedExceptionAction<Class<?>>
| Modifier | Constructor and Description |
|---|---|
protected |
ClassLoadingAction(String typeName)
Creates a new class loading action.
|
protected ClassLoadingAction(String typeName)
typeName - The name of the type to be loaded.public Class<?> run() throws ClassNotFoundException, IOException
run in interface PrivilegedExceptionAction<Class<?>>ClassNotFoundExceptionIOExceptionCopyright © 2014–2015. All rights reserved.