public class ExceptionContainer extends Object
Constructor and Description |
---|
ExceptionContainer() |
ExceptionContainer(RuntimeException callerStack) |
Modifier and Type | Method and Description |
---|---|
boolean |
isSet() |
void |
reset() |
void |
rethrowIfNeeded() |
void |
set(Throwable e) |
public ExceptionContainer()
public ExceptionContainer(RuntimeException callerStack)
public void set(Throwable e)
public boolean isSet()
public void rethrowIfNeeded()
public void reset()
Copyright © 2004–2016. All rights reserved.