Uses of Class
org.apache.avalon.framework.parameters.ParameterException
-
Packages that use ParameterException Package Description org.apache.avalon.framework.container Utilities supporting execution of component lifecycle stages.org.apache.avalon.framework.parameters Interfaces supporting the supply of flat configuration information. -
-
Uses of ParameterException in org.apache.avalon.framework.container
Methods in org.apache.avalon.framework.container that throw ParameterException Modifier and Type Method Description static voidContainerUtil. parameterize(java.lang.Object object, Parameters parameters)Parameterize specified object if it implements theParameterizableinterface. -
Uses of ParameterException in org.apache.avalon.framework.parameters
Methods in org.apache.avalon.framework.parameters that throw ParameterException Modifier and Type Method Description java.lang.StringParameters. getParameter(java.lang.String name)Retrieve theStringvalue of the specified parameter.booleanParameters. getParameterAsBoolean(java.lang.String name)Retrieve thebooleanvalue of the specified parameter.floatParameters. getParameterAsFloat(java.lang.String name)Retrieve thefloatvalue of the specified parameter.intParameters. getParameterAsInteger(java.lang.String name)Retrieve theintvalue of the specified parameter.longParameters. getParameterAsLong(java.lang.String name)Retrieve thelongvalue of the specified parameter.voidParameterizable. parameterize(Parameters parameters)Provide component with parameters.voidReparameterizable. reparameterize(Parameters parameters)Provide component with parameters.
-