|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TryCatchFinally
Mixin interface to handle exceptions thrown in a tag.
Method Summary | |
---|---|
void |
doCatch(java.lang.Throwable t)
Invoked if any exception is thrown while evaluating the tag. |
void |
doFinally()
Invoked after doEndTag even with an exception. |
Method Detail |
---|
void doCatch(java.lang.Throwable t) throws java.lang.Throwable
t
- the thrown exception
java.lang.Throwable
void doFinally()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |