|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.sc.seis.fissuresUtil.exceptionHandler.DefaultExtractor
public class DefaultExtractor
| Constructor Summary | |
|---|---|
DefaultExtractor()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultExtractor()
| Method Detail |
|---|
public boolean canExtract(java.lang.Throwable throwable)
Extractor
canExtract in interface Extractorpublic java.lang.String extract(java.lang.Throwable throwable)
Extractor
extract in interface Extractorpublic java.lang.Throwable getSubThrowable(java.lang.Throwable throwable)
Extractor
getSubThrowable in interface Extractor
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||