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$

Field Summary
 Stack<Throwable> errorStack
           
 
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
 

Field Detail

errorStack

public Stack<Throwable> errorStack
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-2010 The Apache Software Foundation. All Rights Reserved.