jdbm.helper
Class IterationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byjdbm.helper.WrappedRuntimeException
                  extended byjdbm.helper.IterationException
All Implemented Interfaces:
java.io.Serializable

public class IterationException
extends WrappedRuntimeException

Iteration exception.

Version:
$Revision: 1.2 $
Author:
Alex Boisvert
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.RuntimeException
 
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.
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IterationException

public IterationException(java.lang.String message,
                          java.lang.Exception except)
Construct a new iteration exception wrapping an underlying exception and providing a message.

Parameters:
message - The exception message
except - The underlying exception

IterationException

public IterationException(java.lang.String message)
Construct a new iteration exception with a message.

Parameters:
message - The exception message

IterationException

public IterationException(java.lang.Exception except)
Construct a new iteration exception wrapping an underlying exception.

Parameters:
except - The underlying exception


Cees de Groot (C) 2000-2001. All rights reserved http://jdbm.sourceforge.net