Class CatchHandler
- java.lang.Object
- 
- jakarta.faces.view.facelets.TagHandler
- 
- org.apache.myfaces.view.facelets.tag.jstl.core.CatchHandler
 
 
- 
- All Implemented Interfaces:
- FaceletHandler
 
 @JSFFaceletTag(name="c:catch") public final class CatchHandler extends TagHandler Catches any Throwable that occurs in its body and optionally exposes it.- Version:
- $Id$
- Author:
- Jacob Hookom
 
- 
- 
Field Summary- 
Fields inherited from class jakarta.faces.view.facelets.TagHandlernextHandler, tag, tagId
 
- 
 - 
Constructor SummaryConstructors Constructor Description CatchHandler(TagConfig config)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidapply(FaceletContext ctx, UIComponent parent)- 
Methods inherited from class jakarta.faces.view.facelets.TagHandlergetAttribute, getRequiredAttribute, toString
 
- 
 
- 
- 
- 
Constructor Detail- 
CatchHandlerpublic CatchHandler(TagConfig config) - Parameters:
- config-
 
 
- 
 - 
Method Detail- 
applypublic void apply(FaceletContext ctx, UIComponent parent) throws IOException, FacesException, FaceletException, jakarta.el.ELException - Throws:
- IOException
- FacesException
- FaceletException
- jakarta.el.ELException
 
 
- 
 
-