JOELib
Computational Chemistry Package

joelib.util.iterator
Class IteratorException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjoelib.util.iterator.IteratorException
All Implemented Interfaces:
Serializable

public class IteratorException
extends Exception

Vector iterator exception.

See Also:
Serialized Form
Author:
Jörg Kurt Wegner (wegnerj at informatik.uni-tuebingen.de) at the Department of Cognitive Systems
CVS Version:
Revision: 1.7Date: 2004/07/25 20:43:29source code (CVS head)
License:
Licensed under the terms of the GNU General Public License (GPL).

Constructor Summary
IteratorException()
          Constructor for the IteratorException object
IteratorException(String s)
          Constructor for the IteratorException object
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IteratorException

public IteratorException()
Constructor for the IteratorException object


IteratorException

public IteratorException(String s)
Constructor for the IteratorException object

Parameters:
s - Description of the Parameter

JOELib
Computational Chemistry Package

Comments and Questions? mail to J.K.Wegner