org.jboss.seam.core
Class Exceptions

java.lang.Object
  extended by org.jboss.seam.core.Exceptions

@Scope(value=APPLICATION)
@Intercept(value=NEVER)
@Install(precedence=0)
@Name(value="org.jboss.seam.core.exceptions")
public class Exceptions
extends Object

Holds metadata for pages defined in pages.xml, including page actions and page descriptions.

Author:
Gavin King

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

Constructor Detail

Exceptions

public Exceptions()
Method Detail

handle

public void handle(Exception e)
            throws Exception
Throws:
Exception

initialize

@Create
public void initialize()
                throws Exception
Throws:
Exception

instance

public static Exceptions instance()