org.apache.webbeans.portable.events.discovery
Class ErrorStack

java.lang.Object
  extended by org.apache.webbeans.portable.events.discovery.ErrorStack

public class ErrorStack
extends Object

Error stack.

Version:
$Rev$ $Date$

Constructor Summary
ErrorStack()
           
 
Method Summary
 void clear()
           
 boolean hasErrors()
           
 void logErrors()
           
 Throwable[] popErrors()
           
 void pushError(Throwable e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ErrorStack

public ErrorStack()
Method Detail

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.