public class ErrorStack extends Object
| Constructor and Description |
|---|
ErrorStack() |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
boolean |
hasErrors() |
Iterator<? extends Throwable> |
iterator() |
void |
logErrors() |
void |
pushError(Throwable e) |
Copyright © 2008–2020 The Apache Software Foundation. All rights reserved.