public class StackException extends Exception
Constructor and Description |
---|
StackException() |
StackException(String mensagem) |
StackException(String mensagem,
Object... parameters) |
Modifier and Type | Method and Description |
---|---|
void |
add(StackException ex) |
void |
add(String mensagem,
Object... parametros) |
void |
check()
throws a StackException if getExceptions() is not empty
|
void |
clear() |
List<StackException> |
getExceptions() |
Object[] |
getParameters() |
Object[] |
getParametros()
same as "getParameters"
|
String |
getStackMessage()
Return messages from StackException.
|
boolean |
isNotEmpty() |
void |
setExceptions(List<StackException> excecoes) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public StackException(String mensagem)
public StackException()
public Object[] getParametros()
public Object[] getParameters()
public List<StackException> getExceptions()
public void setExceptions(List<StackException> excecoes)
public void check() throws StackException
StackException
public void add(StackException ex)
public boolean isNotEmpty()
public void clear()
public String getStackMessage()
Copyright © 2015. All rights reserved.