Class HashTableFull

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--HashTableFull
All Implemented Interfaces:
java.io.Serializable

public class HashTableFull
extends java.lang.Exception

Class HashTableFull is an exception that is thrown by HashTable.enter if there is no available space to make a new entry in the table.

See Also:
Serialized Form

Constructor Summary
HashTableFull()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HashTableFull

public HashTableFull()