当前页面:
在线文档首页 >
JBoss Seam 1.1.0 cr1 API 英文版文档
Exceptions.RenderHandler (JBoss Seam API Documentation) - JBoss Seam 1.1.0 cr1 API 英文版文档
org.jboss.seam.core
Class Exceptions.RenderHandler
java.lang.Object
org.jboss.seam.core.Exceptions.RenderHandler
- All Implemented Interfaces:
- Exceptions.ExceptionHandler
- Enclosing class:
- Exceptions
public static class Exceptions.RenderHandler
- extends Object
- implements Exceptions.ExceptionHandler
Exceptions.RenderHandler
public Exceptions.RenderHandler()
handle
public Object handle(Exception e)
throws Exception
- Specified by:
handle
in interface Exceptions.ExceptionHandler
- Throws:
Exception
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)
isRollback
protected boolean isRollback(Exception e)
toString
public String toString()
- Overrides:
toString
in class Object