org.jboss.seam.exception
@Scope(value=APPLICATION) @BypassInterceptors @Install(precedence=0, classDependencies="javax.faces.context.FacesContext") @Name(value="org.jboss.seam.exception.exceptions") public class Exceptions extends Object
Constructor and Description |
---|
Exceptions() |
Modifier and Type | Method and Description |
---|---|
List<ExceptionHandler> |
getHandlers() |
void |
handle(Exception e) |
void |
initialize() |
static Exceptions |
instance() |
public List<ExceptionHandler> getHandlers()
public static Exceptions instance()
Copyright © 2015 Seam Framework. All Rights Reserved.