Uses of Class
javax.faces.convert.ConverterException

Packages that use ConverterException
javax.faces.component   
javax.faces.convert   
javax.faces.render   
 

Uses of ConverterException in javax.faces.component
 

Methods in javax.faces.component that throw ConverterException
protected  Object UIInput.getConvertedValue(FacesContext context, Object submittedValue)
          Convert the provided object to the desired value.
protected  Object UISelectMany.getConvertedValue(FacesContext context, Object submittedValue)
           
 String UIViewParameter.getStringValueFromModel(FacesContext context)
           
 

Uses of ConverterException in javax.faces.convert
 

Methods in javax.faces.convert that throw ConverterException
 Object Converter.getAsObject(FacesContext context, UIComponent component, String value)
           
 Object EnumConverter.getAsObject(FacesContext facesContext, UIComponent uiComponent, String value)
           
 String Converter.getAsString(FacesContext context, UIComponent component, Object value)
           
 String EnumConverter.getAsString(FacesContext facesContext, UIComponent uiComponent, Object value)
           
 

Uses of ConverterException in javax.faces.render
 

Methods in javax.faces.render that throw ConverterException
 Object Renderer.getConvertedValue(FacesContext context, UIComponent component, Object submittedValue)
           
 



Copyright © 2013 The Apache Software Foundation. All Rights Reserved.