edu.rice.comp211.laundry.iterator
Class IteratorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
edu.rice.comp211.laundry.iterator.IteratorException
- All Implemented Interfaces:
- Serializable
public class IteratorException
- extends RuntimeException
Exception class for signalling errors in using an iterator (implementing IteratorI)
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
IteratorException
public IteratorException(String s)