Uses of Class
org.xwiki.rendering.macro.MacroExecutionException
-
Packages that use MacroExecutionException Package Description org.xwiki.rendering.macro org.xwiki.rendering.macro.parameter org.xwiki.rendering.macro.source org.xwiki.rendering.transformation.macro -
-
Uses of MacroExecutionException in org.xwiki.rendering.macro
Methods in org.xwiki.rendering.macro that throw MacroExecutionException Modifier and Type Method Description List<Block>Macro. execute(P parameters, String content, MacroTransformationContext context)Executes the macro.default XDOMMacroContentParser. parse(String content, Syntax syntax, MacroTransformationContext macroContext, boolean transform, MetaData metadata, boolean inline)Parses content of a macro field (parameter, macro content) in a given syntax and optionally remove the top level paragraph.XDOMMacroContentParser. parse(String content, MacroTransformationContext macroContext, boolean transform, boolean inline)Parses content of a macro field (parameter, macro content) in a given syntax and optionally remove the top level paragraph.XDOMMacroContentParser. parse(String content, MacroTransformationContext macroContext, boolean transform, MetaData metadata, boolean inline)Parses content of a macro field (parameter, macro content) in a given syntax and optionally remove the top level paragraph. -
Uses of MacroExecutionException in org.xwiki.rendering.macro.parameter
Subclasses of MacroExecutionException in org.xwiki.rendering.macro.parameter Modifier and Type Class Description classMacroParameterExceptionEncapsulate macro parameter error.classParameterValueTooHighExceptionDeprecated.useMaxinsteadclassParameterValueTooLowExceptionDeprecated.useMininstead -
Uses of MacroExecutionException in org.xwiki.rendering.macro.source
Methods in org.xwiki.rendering.macro.source that throw MacroExecutionException Modifier and Type Method Description MacroContentWikiSourceMacroContentWikiSourceFactory. getContent(MacroContentSourceReference reference, MacroTransformationContext context) -
Uses of MacroExecutionException in org.xwiki.rendering.transformation.macro
Methods in org.xwiki.rendering.transformation.macro that throw MacroExecutionException Modifier and Type Method Description RawBlockRawBlockFilter. filter(RawBlock block, RawBlockFilterParameters parameters)Filter the given block according to the specified parameters.
-