Package src.errors


package src.errors
This package contains the custom exceptions used in the java dictionary.
  • Exception Classes
    Class
    Description
    KeyError is thrown when a key is not found in a dictionary.
    NonHashableKey is thrown when a key is not hashable.
    NonImmutableKey is thrown when a key is immutable.