org.granite.tide.seam
Class TideExceptions

java.lang.Object
  extended by org.jboss.seam.exception.Exceptions
      extended by 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

Constructor Summary
TideExceptions()
           
 
Method Summary
 void handle(Exception e)
           
 
Methods inherited from class org.jboss.seam.exception.Exceptions
getHandlers, initialize, instance
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TideExceptions

public TideExceptions()
Method Detail

handle

public void handle(Exception e)
            throws Exception
Overrides:
handle in class Exceptions
Throws:
Exception