Uses of Class
org.apache.avalon.framework.parameters.ParameterException

Packages that use ParameterException
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
static void ContainerUtil.parameterize(java.lang.Object object, Parameters parameters)
          Parameterize specified object if it implements the Parameterizable interface.
 

Uses of ParameterException in org.apache.avalon.framework.parameters
 

Methods in org.apache.avalon.framework.parameters that throw ParameterException
 void Reparameterizable.reparameterize(Parameters parameters)
          Provide component with parameters.
 java.lang.String Parameters.getParameter(java.lang.String name)
          Retrieve the String value of the specified parameter.
 int Parameters.getParameterAsInteger(java.lang.String name)
          Retrieve the int value of the specified parameter.
 long Parameters.getParameterAsLong(java.lang.String name)
          Retrieve the long value of the specified parameter.
 float Parameters.getParameterAsFloat(java.lang.String name)
          Retrieve the float value of the specified parameter.
 boolean Parameters.getParameterAsBoolean(java.lang.String name)
          Retrieve the boolean value of the specified parameter.
 void Parameterizable.parameterize(Parameters parameters)
          Provide component with parameters.
 



Copyright © The Apache Software Foundation. All Rights Reserved.