| Exception Thrown By: | Cause | |
| Class | Method | |
| Application | public Behavior createBehavior(String behaviorId) | if the Behavior cannot becreated |
| Application | public abstract UIComponent createComponent(String componentType) | if a UIComponent of thespecified type cannot be created |
| Application | public abstract Converter createConverter(String converterId) | if the Converter cannot becreated |
| Application | public abstract Converter createConverter(Class targetClass) | if the Converter cannot becreated |
| Application | public abstract Validator createValidator(String validatorId) | if a Validator of thespecified id cannot be created |
| ApplicationWrapper | public Behavior createBehavior(String behaviorId) | if the Behavior cannot be created. |
| ApplicationWrapper | public Validator createValidator(String validatorId) | if a Validator of the specified id cannot be created. |
| ArrayDataModel | public int getRowCount() | if an error occurs getting the row count. |
| ArrayDataModel | public E getRowData() | if an error occurs getting the row data |
| ArrayDataModel | public int getRowIndex() | if an error occurs getting the row index |
| ArrayDataModel | public void setRowIndex(int rowIndex) | if an error occurs setting the row index |
| DataModel | public abstract int getRowCount() | if an error occurs getting the row count |
| DataModel | public abstract E getRowData() | if an error occurs getting the row data |
| DataModel | public abstract int getRowIndex() | if an error occurs getting the row indexsetrelative index of the currently selected row |
| DataModel | public abstract void setRowIndex(int rowIndex) | if an error occurs setting the row index |
| FactoryFinder | public static void releaseFactories() | if the web application class loadercannot be identified |
| Lifecycle | public abstract void execute(FacesContext context) | if thrown during the execution of therequest processing lifecycle |
| ListDataModel | public int getRowCount() | if an error occurs getting the row countget |
| ListDataModel | public E getRowData() | if an error occurs getting the row data |
| ListDataModel | public int getRowIndex() | if an error occurs getting the row indexset |
| ListDataModel | public void setRowIndex(int rowIndex) | if an error occurs setting the row index |
| ResultDataModel | public int getRowCount() | if an error occurs getting the row count |
| ResultDataModel | public int getRowIndex() | if an error occurs getting the row index |
| ResultDataModel | public void setRowIndex(int rowIndex) | if an error occurs setting the row index |
| ResultSetDataModel | public int getRowCount() | if an error occurs getting the row count |
| ResultSetDataModel | public int getRowIndex() | if an error occurs getting the row indexset |
| ResultSetDataModel | public void setRowIndex(int rowIndex) | if an error occurs setting the row index |
| ScalarDataModel | public int getRowCount() | if an error occurs getting the row countget |
| ScalarDataModel | public E getRowData() | if an error occurs getting the row data |
| ScalarDataModel | public int getRowIndex() | if an error occurs getting the row index |
| ScalarDataModel | public void setRowIndex(int rowIndex) | if an error occurs setting the row index |
| UIData | public boolean isRowAvailable() | if an error occurs getting the row availability |
| UIData | public int getRowCount() | if an error occurs getting the row count |
| UIData | public Object getRowData() | if an error occurs getting the row data |
| UIData | public int getRowIndex() | if an error occurs getting the row index |
| UIData | public void setRowIndex(int rowIndex) | if an error occurs setting the row index |
| ViewHandler | public void initView(FacesContext context) | if a problem occurs setting the encoding |