goldman.collection.set
Class IllegalHashCodeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
IllegalHashCodeException
public IllegalHashCodeException()
IllegalHashCodeException
public IllegalHashCodeException(int hashCode)