Class KeyException

  • All Implemented Interfaces:
    java.io.Serializable
    Direct Known Subclasses:
    DuplicateKeyException

    public class KeyException
    extends java.lang.RuntimeException
    All exceptions thrown in KeyCollection/KeyList implementations are of type KeyException.
    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • KeyException

        public KeyException()
      • KeyException

        public KeyException​(java.lang.String msg)
      • KeyException

        public KeyException​(java.lang.Throwable t)
      • KeyException

        public KeyException​(java.lang.String msg,
                            java.lang.Throwable t)