当前页面: 
在线文档首页 > 
JBoss Seam  1.2.0 API 英文版文档
Exceptions (JBoss Seam API Documentation) - JBoss Seam  1.2.0 API 英文版文档
org.jboss.seam.core
Class Exceptions
java.lang.Object
   org.jboss.seam.core.Exceptions
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
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
Exceptions
public Exceptions()
handle
public void handle(Exception e)
            throws Exception
- 
- Throws:
- Exception
 
initialize
@Create
public void initialize()
                throws Exception
- 
- Throws:
- Exception
 
instance
public static Exceptions instance()
-