| 
 | Berkeley DB version 5.3.28 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ExceptionWrapper
Interface implemented by exceptions that can contain nested exceptions.
| Method Summary | |
|---|---|
|  Throwable | getCause()Returns the nested exception or null if none is present. | 
|  Throwable | getDetail()Deprecated. replaced by getCause(). | 
| Method Detail | 
|---|
Throwable getDetail()
getCause().
Throwable getCause()
This method is intentionally defined to be the same signature as the
 java.lang.Throwable.getCause method in Java 1.4 and
 greater.  By defining this method to return a nested exception, the Java
 1.4 runtime will print the nested stack trace.
| 
 | Berkeley DB version 5.3.28 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||