public class RuntimeProcessException extends ProcessException
ProcessException
that is derived from RuntimeException
so that it can be thrown from contexts that don't declare
exceptions.Constructor and Description |
---|
RuntimeProcessException(ProcessFragment rStep,
java.lang.String sMessage)
Creates a new instance.
|
RuntimeProcessException(ProcessFragment rStep,
java.lang.String sMessage,
java.lang.Throwable aCause)
Creates a new instance.
|
RuntimeProcessException(ProcessFragment rStep,
java.lang.Throwable aCause)
Creates a new instance.
|
getProcessStep, getRootException
public RuntimeProcessException(ProcessFragment rStep, java.lang.String sMessage)
rStep
- The step in which the exception occurredsMessage
- The error messagepublic RuntimeProcessException(ProcessFragment rStep, java.lang.Throwable aCause)
rStep
- The step in which the exception occurredaCause
- The causing exception (may be NULL)public RuntimeProcessException(ProcessFragment rStep, java.lang.String sMessage, java.lang.Throwable aCause)
rStep
- The step in which the exception occurredsMessage
- The error messageaCause
- The causing exception (may be NULL)