goldman.collection.set
Class IllegalHashCodeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by goldman.collection.set.IllegalHashCodeException
All Implemented Interfaces:
Serializable

public class IllegalHashCodeException
extends RuntimeException

The IllegalHashCodeException is thrown when an attempt is made to use a hash code that is not between 0 and m-1 where m is the size of the hash table.

See Also:
Serialized Form

Constructor Summary
IllegalHashCodeException()
           
IllegalHashCodeException(int hashCode)
           
 
Method Summary
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IllegalHashCodeException

public IllegalHashCodeException()

IllegalHashCodeException

public IllegalHashCodeException(int hashCode)