Uses of Class
com.atlassian.confluence.macro.params.ParameterException

Packages that use ParameterException
com.atlassian.confluence.macro.params   
com.atlassian.confluence.macro.query.params   
 

Uses of ParameterException in com.atlassian.confluence.macro.params
 

Methods in com.atlassian.confluence.macro.params that throw ParameterException
protected  SearchSort SearchSortParameter.findObject(java.lang.String paramValue, MacroExecutionContext ctx)
           
protected  java.lang.Integer MaxResultsParameter.findObject(java.lang.String paramValue, MacroExecutionContext ctx)
           
protected abstract  T BaseParameter.findObject(java.lang.String paramValue, MacroExecutionContext ctx)
          Responsible for converting a macro parameter string value to its proper object representation (say "1" to new Integer(1))
 T Parameter.findValue(MacroExecutionContext ctx)
          Attempts to find the value from the specified MacroExecutionContext object.
 T BaseParameter.findValue(MacroExecutionContext ctx)
           
 

Uses of ParameterException in com.atlassian.confluence.macro.query.params
 

Methods in com.atlassian.confluence.macro.query.params that throw ParameterException
protected  BooleanQueryFactory BooleanQueryFactoryParameter.createBooleanQueryFactory(java.lang.String paramValue, MacroExecutionContext ctx)
           
protected  java.util.Set<java.lang.String> MultiValueParameter.findObject(java.lang.String paramValue, MacroExecutionContext ctx)
           
protected  BooleanQueryFactory BooleanQueryFactoryParameter.findObject(java.lang.String paramValue, MacroExecutionContext ctx)
           
 



Copyright © 2003-2013 Atlassian. All Rights Reserved.