public class BusinessException extends StackException
| Constructor and Description |
|---|
BusinessException() |
BusinessException(String mensagem) |
BusinessException(String mensagem,
Object... parametros) |
| Modifier and Type | Method and Description |
|---|---|
void |
check()
throws a BusinessException if getExceptions() is not empty
|
add, add, clear, getExceptions, getParameters, getParametros, getStackMessage, isNotEmpty, setExceptionsaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic BusinessException()
public BusinessException(String mensagem)
public void check()
throws BusinessException
check in class StackExceptionBusinessExceptionCopyright © 2015. All rights reserved.