public interface ThrowableCauseExtractor
Throwable type.ThrowableAnalyzer| Modifier and Type | Method and Description | 
|---|---|
| Throwable | extractCause(Throwable throwable)Extracts the cause from the provided  Throwable. | 
Throwable extractCause(Throwable throwable)
Throwable.throwable - the Throwablenull)IllegalArgumentException - if throwable is null
 or otherwise considered invalid for the implementation