Class KeyError

All Implemented Interfaces:
Serializable

public class KeyError extends Error
KeyError is thrown when a key is not found in a dictionary. 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

    • KeyError

      public KeyError(String msg)