|
|||||||||
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
jdbm.helper.WrappedRuntimeException
jdbm.helper.IterationException
public class IterationException
Iteration exception.
Constructor Summary | |
---|---|
IterationException(java.lang.Exception except)
Construct a new iteration exception wrapping an underlying exception. |
|
IterationException(java.lang.String message)
Construct a new iteration exception with a message. |
|
IterationException(java.lang.String message,
java.lang.Exception except)
Construct a new iteration exception wrapping an underlying exception and providing a message. |
Method Summary |
---|
Methods inherited from class jdbm.helper.WrappedRuntimeException |
---|
getException, printStackTrace, printStackTrace, printStackTrace |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public IterationException(java.lang.String message, java.lang.Exception except)
message
- The exception messageexcept
- The underlying exceptionpublic IterationException(java.lang.String message)
message
- The exception messagepublic IterationException(java.lang.Exception except)
except
- The underlying exception
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |