org.apache.webbeans.portable.events.discovery
Class ErrorStack
java.lang.Object
org.apache.webbeans.portable.events.discovery.ErrorStack
public class ErrorStack
- extends Object
Error stack.
- Version:
- $Rev$ $Date$
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ErrorStack
public ErrorStack()
pushError
public void pushError(Throwable e)
popErrors
public Throwable[] popErrors()
logErrors
public void logErrors()
clear
public void clear()
hasErrors
public boolean hasErrors()
Copyright © 2008-2011 The Apache Software Foundation. All Rights Reserved.