Constructor and Description |
---|
DefaultExtractor() |
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.
|
public boolean canExtract(java.lang.Throwable throwable)
Extractor
canExtract
in interface Extractor
public java.lang.String extract(java.lang.Throwable throwable)
Extractor
public java.lang.Throwable getSubThrowable(java.lang.Throwable throwable)
Extractor
getSubThrowable
in interface Extractor