当前页面: 
在线文档首页 > 
JBoss Seam  1.1.0 API 英文版文档
Exceptions.ExceptionHandler (JBoss Seam API Documentation) - JBoss Seam  1.1.0 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 
 
handle
Object handle(Exception e)
              throws Exception
- 
- Throws:
- Exception
 
isHandler
boolean isHandler(Exception e)
-