Uses of Class
javax.faces.convert.ConverterException

Packages that use ConverterException
javax.faces.component Fundamental APIs for user interface components. 
javax.faces.render Classes and interfaces defining the rendering model. 
 

Uses of ConverterException in javax.faces.component
 

Methods in javax.faces.component that throw ConverterException
protected  java.lang.Object UIInput.getConvertedValue(FacesContext context, java.lang.Object newSubmittedValue)
          Convert the submitted value into a "local value" of the appropriate data type, if necessary.
protected  java.lang.Object UIViewParameter.getConvertedValue(FacesContext context, java.lang.Object submittedValue)
          

Because this class has no Renderer, leverage the one from the standard HTML_BASIC RenderKit with component-family: javax.faces.Input and renderer-type: javax.faces.Text and call its Renderer.getConvertedValue(javax.faces.context.FacesContext, javax.faces.component.UIComponent, java.lang.Object) method.

 java.lang.String UIViewParameter.getStringValueFromModel(FacesContext context)
          

Manually perform standard conversion steps to get a string value from the value expression.

 

Uses of ConverterException in javax.faces.render
 

Methods in javax.faces.render that throw ConverterException
 java.lang.Object Renderer.getConvertedValue(FacesContext context, UIComponent component, java.lang.Object submittedValue)
          Attempt to convert previously stored state information into an object of the type required for this component (optionally using the registered Converter for this component, if there is one).
 



Copyright © 2011 Oracle America, Inc. All Rights Reserved.