org.uispec4j.utils
Class ExceptionContainer

java.lang.Object
  extended by org.uispec4j.utils.ExceptionContainer

public class ExceptionContainer
extends java.lang.Object


Constructor Summary
ExceptionContainer()
           
ExceptionContainer(java.lang.RuntimeException callerStack)
           
 
Method Summary
 boolean isSet()
           
 void reset()
           
 void rethrowIfNeeded()
           
 void set(java.lang.Throwable e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExceptionContainer

public ExceptionContainer()

ExceptionContainer

public ExceptionContainer(java.lang.RuntimeException callerStack)
Method Detail

set

public void set(java.lang.Throwable e)

isSet

public boolean isSet()

rethrowIfNeeded

public void rethrowIfNeeded()

reset

public void reset()


Copyright © 2004-2010. All Rights Reserved.