com.sleepycat.util
Interface ExceptionWrapper

All Known Implementing Classes:
IOExceptionWrapper, RuntimeExceptionWrapper

public interface ExceptionWrapper

Interface implemented by exceptions that can contain nested exceptions.

Author:
Mark Hayes

Method Summary
 Throwable getDetail()
          Returns the nested exception or null if none is present.
 

Method Detail

getDetail

public Throwable getDetail()
Returns the nested exception or null if none is present.

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


Copyright 2004 Sleepycat, Inc. All Rights Reserved.