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.
|
getModuleMeta
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public 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.