|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MacroExecutionException | |
|---|---|
| org.xwiki.rendering.macro | |
| org.xwiki.rendering.macro.parameter | |
| Uses of MacroExecutionException in org.xwiki.rendering.macro |
|---|
| Methods in org.xwiki.rendering.macro that throw MacroExecutionException | |
|---|---|
List<Block> |
Macro.execute(P parameters,
String content,
MacroTransformationContext context)
Executes the macro. |
XDOM |
MacroContentParser.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. |
| Uses of MacroExecutionException in org.xwiki.rendering.macro.parameter |
|---|
| Subclasses of MacroExecutionException in org.xwiki.rendering.macro.parameter | |
|---|---|
class |
MacroParameterException
Encapsulate macro parameter error. |
class |
ParameterValueTooHighException
Deprecated. use javax.validation.constraints.Max instead |
class |
ParameterValueTooLowException
Deprecated. use javax.validation.constraints.Min instead |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||