Uses of Class
javax.faces.FacesException

Packages that use FacesException
javax.faces   
javax.faces.application   
javax.faces.context   
javax.faces.convert   
javax.faces.el   
javax.faces.event   
javax.faces.lifecycle   
javax.faces.validator   
 

Uses of FacesException in javax.faces
 

Methods in javax.faces that throw FacesException
static Object FactoryFinder.getFactory(String factoryName)
           
static void FactoryFinder.releaseFactories()
           
 

Uses of FacesException in javax.faces.application
 

Methods in javax.faces.application that throw FacesException
abstract  UIComponent Application.createComponent(String componentType)
          Create a new UIComponent subclass, using the mappings defined by previous calls to the addComponent method of this class.
abstract  UIComponent Application.createComponent(ValueBinding componentBinding, FacesContext context, String componentType)
          Create an object which has an associating "binding" expression tying the component to a user property.
abstract  Validator Application.createValidator(String validatorId)
           
abstract  void ViewHandler.renderView(FacesContext context, UIViewRoot viewToRender)
          Combine the output of all the components in the viewToRender with data from the original view template (if any) and write the result to context.externalContext.response.
 

Uses of FacesException in javax.faces.context
 

Methods in javax.faces.context that throw FacesException
abstract  FacesContext FacesContextFactory.getFacesContext(Object context, Object request, Object response, Lifecycle lifecycle)
           
 

Uses of FacesException in javax.faces.convert
 

Subclasses of FacesException in javax.faces.convert
 class ConverterException
          see Javadoc of JSF Specification
 

Uses of FacesException in javax.faces.el
 

Subclasses of FacesException in javax.faces.el
 class EvaluationException
          see Javadoc of JSF Specification
 class MethodNotFoundException
          see Javadoc of JSF Specification
 class PropertyNotFoundException
          see Javadoc of JSF Specification
 class ReferenceSyntaxException
          see Javadoc of JSF Specification
 

Uses of FacesException in javax.faces.event
 

Subclasses of FacesException in javax.faces.event
 class AbortProcessingException
          see Javadoc of JSF Specification
 

Uses of FacesException in javax.faces.lifecycle
 

Methods in javax.faces.lifecycle that throw FacesException
abstract  void Lifecycle.execute(FacesContext context)
           
abstract  void Lifecycle.render(FacesContext context)
           
 

Uses of FacesException in javax.faces.validator
 

Subclasses of FacesException in javax.faces.validator
 class ValidatorException
          see Javadoc of JSF Specification
 



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