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 theString
value of the specified parameter.boolean
Parameters.getParameterAsBoolean
(String name) Retrieve theboolean
value of the specified parameter.float
Parameters.getParameterAsFloat
(String name) Retrieve thefloat
value of the specified parameter.int
Parameters.getParameterAsInteger
(String name) Retrieve theint
value of the specified parameter.long
Parameters.getParameterAsLong
(String name) Retrieve thelong
value of the specified parameter.void
Parameterizable.parameterize
(Parameters parameters) Provide component with parameters.void
Reparameterizable.reparameterize
(Parameters parameters) Provide component with parameters.