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

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


org.jboss.seam.core
Class Exceptions.RenderHandler

java.lang.Object
  extended by org.jboss.seam.core.Exceptions.RenderHandler
All Implemented Interfaces:
Exceptions.ExceptionHandler
Enclosing class:
Exceptions

public static class Exceptions.RenderHandler
extends Object
implements Exceptions.ExceptionHandler


Constructor Summary
Exceptions.RenderHandler()
           
 
Method Summary
protected  String getMessage(Exception e)
           
protected  String getViewId(Exception e)
           
 void handle(Exception e)
           
protected  boolean isEnd(Exception e)
           
 boolean isHandler(Exception e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Exceptions.RenderHandler

public Exceptions.RenderHandler()
Method Detail

handle

public void handle(Exception e)
Specified by:
handle in interface Exceptions.ExceptionHandler

isHandler

public boolean isHandler(Exception e)
Specified by:
isHandler in interface Exceptions.ExceptionHandler

getMessage

protected String getMessage(Exception e)

getViewId

protected String getViewId(Exception e)

isEnd

protected boolean isEnd(Exception e)