|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.android.jack.api.v01.ChainedException.ChainedExceptionBuilder<T>
public static class ChainedException.ChainedExceptionBuilder<T extends ChainedException>
Builder to construct a chain of exceptions.
| Constructor Summary | |
|---|---|
ChainedException.ChainedExceptionBuilder()
|
|
| Method Summary | |
|---|---|
void |
appendException(T exceptions)
|
T |
getException()
|
void |
throwIfNecessary()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ChainedException.ChainedExceptionBuilder()
| Method Detail |
|---|
public void appendException(@Nonnull
T exceptions)
public void throwIfNecessary()
throws T extends ChainedException
T extends ChainedException@Nonnull public T getException()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||