|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ThrowableCauseExtractor
Interface for handlers extracting the cause out of a specific Throwable
type.
ThrowableAnalyzer
Method Summary | |
---|---|
Throwable |
extractCause(Throwable throwable)
Extracts the cause from the provided Throwable . |
Method Detail |
---|
Throwable extractCause(Throwable throwable)
Throwable
.
throwable
- the Throwable
null
)
IllegalArgumentException
- if throwable
is null
or otherwise considered invalid for the implementation
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |