Uses of Class
com.atlassian.confluence.macro.params.ParameterException
Packages that use ParameterException
Package
Description
-
Uses of ParameterException in com.atlassian.confluence.macro.params
Methods in com.atlassian.confluence.macro.params that throw ParameterExceptionModifier and TypeMethodDescriptionprotected abstract TBaseParameter.findObject(String paramValue, MacroExecutionContext ctx) Responsible for converting a macro parameter string value to its proper object representation (say "1" to new Integer(1))protected IntegerMaxResultsParameter.findObject(String paramValue, MacroExecutionContext ctx) protected SearchSortSearchSortParameter.findObject(String paramValue, MacroExecutionContext ctx) final TBaseParameter.findValue(MacroExecutionContext ctx) Parameter.findValue(MacroExecutionContext ctx) Attempts to find the value from the specifiedMacroExecutionContextobject. -
Uses of ParameterException in com.atlassian.confluence.macro.query.params
Methods in com.atlassian.confluence.macro.query.params that throw ParameterExceptionModifier and TypeMethodDescriptionprotected BooleanQueryFactoryBooleanQueryFactoryParameter.createBooleanQueryFactory(String paramValue, MacroExecutionContext ctx) protected final BooleanQueryFactoryBooleanQueryFactoryParameter.findObject(String paramValue, MacroExecutionContext ctx) MultiValueParameter.findObject(String paramValue, MacroExecutionContext ctx)