Interface ViewMacroErrorPlaceholder
-
- All Known Implementing Classes:
ViewMacroErrorPlaceholderImpl
public interface ViewMacroErrorPlaceholder
An interface for a component that can render an error message when a failure occurs during macro execution.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
create(MacroDefinition macroDefinition, String errorMessage)
-
-
-
Method Detail
-
create
String create(MacroDefinition macroDefinition, String errorMessage)
-
-