Package org.jbehave.core.reporters
Class TemplateableOutput.OutputStep.StepFormattingFailed
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jbehave.core.reporters.TemplateableOutput.OutputStep.StepFormattingFailed
- All Implemented Interfaces:
Serializable
- Enclosing class:
- TemplateableOutput.OutputStep
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionStepFormattingFailed
(String stepPattern, String parameterPattern, List<TemplateableOutput.OutputParameter> parameters, RuntimeException cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
StepFormattingFailed
public StepFormattingFailed(String stepPattern, String parameterPattern, List<TemplateableOutput.OutputParameter> parameters, RuntimeException cause)
-