protected static class CachedLaunchedURLClassLoader.LoadClassResult extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static CachedLaunchedURLClassLoader.LoadClassResult |
NOT_FOUND |
| Constructor and Description |
|---|
LoadClassResult() |
LoadClassResult(ClassNotFoundException ex) |
| Modifier and Type | Method and Description |
|---|---|
Class<?> |
getClazz() |
ClassNotFoundException |
getEx() |
void |
setClazz(Class<?> clazz) |
void |
setEx(ClassNotFoundException ex) |
protected static CachedLaunchedURLClassLoader.LoadClassResult NOT_FOUND
public LoadClassResult()
public LoadClassResult(ClassNotFoundException ex)
public Class<?> getClazz()
public void setClazz(Class<?> clazz)
public ClassNotFoundException getEx()
public void setEx(ClassNotFoundException ex)
Copyright © 2024. All rights reserved.