Module utilities

Class NoSuchKeyException

All Implemented Interfaces:
Serializable

public class NoSuchKeyException extends NoSuchElementException
See Also:
  • Constructor Details

    • NoSuchKeyException

      public NoSuchKeyException(String msg)
    • NoSuchKeyException

      public NoSuchKeyException(Object map, Object key)
  • Method Details