org.granite.tide.seam
Class TideExceptions
java.lang.Object
org.jboss.seam.exception.Exceptions
org.granite.tide.seam.TideExceptions
@Name(value="org.jboss.seam.exception.exceptions")
@Install(precedence=10,
classDependencies="javax.faces.context.FacesContext")
@Scope(value=APPLICATION)
@BypassInterceptors
public class TideExceptions- extends Exceptions
TideExceptions override to disable default JSF exceptions handling
- Author:
- William DRAI
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TideExceptions
public TideExceptions()
handle
public void handle(Exception e)
throws Exception
- Overrides:
handle in class Exceptions
- Throws:
Exception