Uses of Class
org.apache.avalon.framework.parameters.ParameterException
Packages that use ParameterException
Package
Description
Interfaces supporting the supply of flat configuration information.
-
Uses of ParameterException in org.apache.avalon.framework.parameters
Methods in org.apache.avalon.framework.parameters that throw ParameterExceptionModifier and TypeMethodDescriptionParameters.getParameter(String name) Retrieve theStringvalue of the specified parameter.booleanParameters.getParameterAsBoolean(String name) Retrieve thebooleanvalue of the specified parameter.floatParameters.getParameterAsFloat(String name) Retrieve thefloatvalue of the specified parameter.intParameters.getParameterAsInteger(String name) Retrieve theintvalue of the specified parameter.longParameters.getParameterAsLong(String name) Retrieve thelongvalue of the specified parameter.voidParameterizable.parameterize(Parameters parameters) Provide component with parameters.voidReparameterizable.reparameterize(Parameters parameters) Provide component with parameters.