|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.seam.exception.Exceptions
@Scope(value=APPLICATION)
@BypassInterceptors
@Install(precedence=0,
classDependencies="javax.faces.context.FacesContext")
@Name(value="org.jboss.seam.exception.exceptions")
public class ExceptionsManages the exception handler chain
| Constructor Summary | |
|---|---|
Exceptions()
|
|
| Method Summary | |
|---|---|
java.util.List<ExceptionHandler> |
getHandlers()
|
void |
handle(java.lang.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 |
|---|
public Exceptions()
| Method Detail |
|---|
public void handle(java.lang.Exception e)
throws java.lang.Exception
java.lang.Exception
@Create
public void initialize()
throws java.lang.Exception
java.lang.Exceptionpublic java.util.List<ExceptionHandler> getHandlers()
public static Exceptions instance()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||