Class UnknownKeyException

All Implemented Interfaces:
Serializable

public class UnknownKeyException extends ComposerException
This exception is used to indicate that no element could be found for a key.
Since:
5.0
Author:
O. Kerpershoek
See Also:
  • Constructor Details

    • UnknownKeyException

      public UnknownKeyException(RuntimeKey key)
      Constructs the exception with the offending key.
      Parameters:
      key - The key for which no element could be found.
  • Method Details

    • getKey

      public RuntimeKey getKey()
      This method returns the key for which no element could be found.
      Returns:
      the key for which no element could be found.