Package | Description |
---|---|
com.xpert.core.exception | |
com.xpert.faces.utils |
Modifier and Type | Class and Description |
---|---|
class |
BusinessException |
class |
UniqueFieldException |
Modifier and Type | Method and Description |
---|---|
List<StackException> |
StackException.getExceptions() |
Modifier and Type | Method and Description |
---|---|
void |
StackException.add(StackException ex) |
Modifier and Type | Method and Description |
---|---|
void |
StackException.setExceptions(List<StackException> excecoes) |
Modifier and Type | Method and Description |
---|---|
void |
StackException.check()
throws a StackException if getExceptions() is not empty
|
Modifier and Type | Method and Description |
---|---|
static void |
FacesMessageUtils.error(StackException stackException) |
static void |
FacesMessageUtils.fatal(StackException stackException) |
static void |
FacesMessageUtils.getStackExceptionMessage(StackException stackException,
javax.faces.application.FacesMessage.Severity severity) |
static void |
FacesMessageUtils.info(StackException stackException)
Shows a info message (FacesMessage.SEVERITY_INFO)
|
static void |
FacesMessageUtils.warning(StackException stackException) |
Copyright © 2015. All rights reserved.