public class ModuleNotFoundException extends ModuleException
theModuleMeta| Constructor and Description |
|---|
ModuleNotFoundException(ModuleMeta meta,
Throwable cause)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
toString()
For debugging.
|
getModuleMetaaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic ModuleNotFoundException(ModuleMeta meta, Throwable cause)
meta - the ModuleMeta whose Module we could not findcause - the cause of this ModuleNotFoundException (e.g. IOException)Copyright © 2018. All rights reserved.