Class NonHashableKey

All Implemented Interfaces:
Serializable

public class NonHashableKey extends Error
NonHashableKey is thrown when a key is not hashable. This is a subclass of Error, which is used to indicate serious problems that a reasonable application should not try to catch.
See Also:
  • Constructor Details

    • NonHashableKey

      public NonHashableKey(String key)