public class ModuleRunException extends ModuleException
Modifier and Type | Field and Description |
---|---|
protected String |
theRunClassName
Name of the class whose run method we were trying to run.
|
protected String |
theRunMethodName
Name of the method within theRunClassName that we were trying to run.
|
theModuleMeta
Constructor and Description |
---|
ModuleRunException(ModuleMeta meta,
String runClassName,
String runMethodName,
Throwable cause)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
String |
getMessage()
Obtain the message.
|
String |
toString()
For debugging.
|
getModuleMeta
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
protected String theRunClassName
protected String theRunMethodName
public ModuleRunException(ModuleMeta meta, String runClassName, String runMethodName, Throwable cause)
meta
- the ModuleMeta whose Module we wanted to runrunClassName
- the name of the class whose run method we wanted to execute, or null if not knownrunMethodName
- the name of the method within the runClassName that we wanted to execute, or null if not knowncause
- the Throwable that caused this ExceptionCopyright © 2018. All rights reserved.