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