Module platform

Class UnknownKeyException

All Implemented Interfaces:
Serializable

public class UnknownKeyException extends IllegalArgumentException
An exception that indicates an unknown key value.
See Also:
  • Constructor Details

    • UnknownKeyException

      public UnknownKeyException(String message)
      Creates a new exception.
      Parameters:
      message - a message describing the exception.