Class CatchHandler
java.lang.Object
jakarta.faces.view.facelets.TagHandler
org.apache.myfaces.view.facelets.tag.jstl.core.CatchHandler
- All Implemented Interfaces:
- FaceletHandler
Catches any Throwable that occurs in its body and optionally 
 exposes it.
- Version:
- $Id$
- Author:
- Jacob Hookom
- 
Field SummaryFields inherited from class jakarta.faces.view.facelets.TagHandlernextHandler, tag, tagId
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class jakarta.faces.view.facelets.TagHandlergetAttribute, getRequiredAttribute, toString
- 
Constructor Details- 
CatchHandler- Parameters:
- config-
 
 
- 
- 
Method Details- 
applypublic void apply(FaceletContext ctx, UIComponent parent) throws IOException, FacesException, FaceletException, jakarta.el.ELException - Throws:
- IOException
- FacesException
- FaceletException
- jakarta.el.ELException
 
 
-