Class KeyException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.magicwerk.brownies.collections.exceptions.KeyException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
DuplicateKeyException

public class KeyException extends RuntimeException
All exceptions thrown in KeyCollection/KeyList implementations are of type KeyException.
See Also:
  • Constructor Details

    • KeyException

      public KeyException()
    • KeyException

      public KeyException(String msg)
    • KeyException

      public KeyException(Throwable t)
    • KeyException

      public KeyException(String msg, Throwable t)