public class PipelineScriptException extends BioLockJException
BashScriptBuilder
if errors occur writing MASTER & WORKER
scripts.Modifier and Type | Field and Description |
---|---|
static String |
COMMON_CAUSES |
RETURN
Constructor and Description |
---|
PipelineScriptException(ScriptModule module,
boolean isWorker,
String msg)
Create standard error to throw writing MASTER & WORKER bash scripts.
|
PipelineScriptException(ScriptModule module,
String msg)
Create standard error to throw if problems occur generating pipeline bash scripts.
|
PipelineScriptException(String msg)
Create a standard exception message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public static final String COMMON_CAUSES
public PipelineScriptException(ScriptModule module, boolean isWorker, String msg)
module
- ScriptModuleisWorker
- If the error is thrown while writing a worker scriptmsg
- Exception message detailspublic PipelineScriptException(ScriptModule module, String msg)
module
- ScriptModulemsg
- Exception message detailspublic PipelineScriptException(String msg)
msg
- Exception message details