Constructor and Description |
---|
ExceptionHolder() |
Modifier and Type | Method and Description |
---|---|
void |
record(T exception)
Records the target exception.
|
void |
throwRecorded()
Throws the previously recorded exception.
|
public void record(T exception)
exception
- the target exceptionCopyright © 2011–2019 Asakusa Framework Team. All rights reserved.