站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss Seam 1.1.0 bate1 API 英文版文档

Exceptions.ExceptionHandler (JBoss Seam API Documentation) - JBoss Seam 1.1.0 bate1 API 英文版文档


org.jboss.seam.core
Interface Exceptions.ExceptionHandler

All Known Implementing Classes:
Exceptions.DebugPageHandler, Exceptions.ErrorHandler, Exceptions.RedirectHandler, Exceptions.RenderHandler
Enclosing class:
Exceptions

public static interface Exceptions.ExceptionHandler


Method Summary
 void handle(Exception e)
           
 boolean isHandler(Exception e)
           
 

Method Detail

handle

void handle(Exception e)
            throws Exception
Throws:
Exception

isHandler

boolean isHandler(Exception e)