|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.webbeans.portable.events.discovery.ErrorStack
public class ErrorStack
Error stack.
| Constructor Summary | |
|---|---|
ErrorStack()
|
|
| Method Summary | |
|---|---|
void |
clear()
|
boolean |
hasErrors()
|
void |
logErrors()
|
java.lang.Throwable[] |
popErrors()
|
void |
pushError(java.lang.Throwable e)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ErrorStack()
| Method Detail |
|---|
public void pushError(java.lang.Throwable e)
public java.lang.Throwable[] popErrors()
public void logErrors()
public void clear()
public boolean hasErrors()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||