public abstract class ModuleException extends Exception
Modifier and Type | Field and Description |
---|---|
protected ModuleMeta |
theModuleMeta
The ModuleMeta whose Module had a problem.
|
Modifier | Constructor and Description |
---|---|
protected |
ModuleException(ModuleMeta meta,
String msg,
Throwable cause)
Constructor with message and causal Throwable.
|
protected |
ModuleException(ModuleMeta meta,
Throwable cause)
Constructor with causal Throwable.
|
Modifier and Type | Method and Description |
---|---|
ModuleMeta |
getModuleMeta()
Obtain the ModuleMeta whose Module had a problem.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
protected ModuleMeta theModuleMeta
protected ModuleException(ModuleMeta meta, Throwable cause)
meta
- the ModuleMeta of the Module that caused this Exceptioncause
- the Throwable that caused this Exceptionprotected ModuleException(ModuleMeta meta, String msg, Throwable cause)
meta
- the ModuleMeta of the Module that caused this Exceptionmsg
- the messagecause
- the Throwable that caused this Exceptionpublic ModuleMeta getModuleMeta()
Copyright © 2018. All rights reserved.