Class KeyNotFoundException

All Implemented Interfaces:
Serializable, ErrorCodeAccessor, Trap, KeyAccessor<String>

public class KeyNotFoundException extends StructureException implements KeyAccessor<String>
Thrown in case this instance does not contain the requested element (no such key found in the collection).
See Also: