public class NoClassDefFoundWithClassLoaderError extends NoClassDefFoundError
Modifier and Type | Field and Description |
---|---|
protected ModuleClassLoader |
theClassLoader
The ClassLoader through which loading failed.
|
Constructor and Description |
---|
NoClassDefFoundWithClassLoaderError(String s,
ModuleClassLoader loader)
Constructs a
NoClassDefFoundError with the specified
detail message. |
Modifier and Type | Method and Description |
---|---|
String |
toString()
Convert to String representation, for debugging.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
protected ModuleClassLoader theClassLoader
public NoClassDefFoundWithClassLoaderError(String s, ModuleClassLoader loader)
NoClassDefFoundError
with the specified
detail message.s
- the detail message.loader
- the ModuleClassLoader that was usedCopyright © 2018. All rights reserved.