com.koloboke.collect.hash
Class HashOverflowException
Object
Throwable
Exception
RuntimeException
IllegalStateException
com.koloboke.collect.hash.HashOverflowException
- All Implemented Interfaces:
- Serializable
public class HashOverflowException
- extends IllegalStateException
An exception thrown when element or entry couldn't be inserted into the hash container
due to implementation limitations.
- See Also:
- Serialized Form
Methods inherited from class Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
HashOverflowException
public HashOverflowException()
- A sole constructor.