public interface Extractor
Modifier and Type | Method and Description |
---|---|
boolean |
canExtract(java.lang.Throwable throwable)
Should return true if this extractor is capable of understanding
this type of Throwable.
|
java.lang.String |
extract(java.lang.Throwable throwable)
Extracts a string version of the throwable.
|
java.lang.Throwable |
getSubThrowable(java.lang.Throwable throwable)
gets a Wrapped exception, if it exists.
|
boolean canExtract(java.lang.Throwable throwable)
java.lang.String extract(java.lang.Throwable throwable)
java.lang.Throwable getSubThrowable(java.lang.Throwable throwable)