站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > 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
  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()