org.jboss.seam.core
Class Exceptions.RedirectHandler

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

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


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

Constructor Detail

Exceptions.RedirectHandler

public Exceptions.RedirectHandler()
Method Detail

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