@ThreadSafe public final class Catcher0R<S> extends Object implements Catcher<S>
Modifier and Type | Method and Description |
---|---|
void |
catchError(S source,
Error r)
Immediately re-throws the error.
|
void |
catchException(S source,
Exception x)
Immediately re-throws the exception.
|
static <S> Catcher0R<S> |
i()
The single instance of Catcher0R.
|
public void catchError(S source, Error r)
catchError
in interface Catcher<S>
source
- The logical source of the error.public void catchException(S source, Exception x)
catchException
in interface Catcher<S>
source
- The logical source of the exception.