|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.sleepycat.bdb.util.RuntimeExceptionWrapper
public class RuntimeExceptionWrapper
A RuntimeException that can contain nested exceptions.
| Constructor Summary | |
|---|---|
RuntimeExceptionWrapper(java.lang.Throwable e)
|
|
| Method Summary | |
|---|---|
java.lang.Throwable |
getDetail()
Returns the nested exception or null if none is present. |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public RuntimeExceptionWrapper(java.lang.Throwable e)
| Method Detail |
|---|
public java.lang.Throwable getDetail()
ExceptionWrapper
getDetail in interface ExceptionWrapper
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||