Main Page | Class Hierarchy | Data Structures | Directories | File List | Data Fields | Related Pages

com::sleepycat::util::IOExceptionWrapper Class Reference

Inheritance diagram for com::sleepycat::util::IOExceptionWrapper:

com::sleepycat::util::ExceptionWrapper

Public Member Functions

Throwable getDetail ()
Throwable getCause ()

Detailed Description

An IOException that can contain nested exceptions.

Author:
Mark Hayes

Definition at line 19 of file IOExceptionWrapper.java.


Member Function Documentation

Throwable com::sleepycat::util::IOExceptionWrapper::getCause  )  [inline]
 

Returns the nested exception or null if none is present.

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.

Returns:
the nested exception or null if none is present.

Implements com::sleepycat::util::ExceptionWrapper.

Definition at line 38 of file IOExceptionWrapper.java.

Throwable com::sleepycat::util::IOExceptionWrapper::getDetail  )  [inline]
 

Deprecated:
replaced by getCause.

Implements com::sleepycat::util::ExceptionWrapper.

Definition at line 33 of file IOExceptionWrapper.java.


The documentation for this class was generated from the following file:
Generated on Sun Dec 25 12:15:02 2005 for Berkeley DB 4.4.16 by  doxygen 1.4.2