Class UnknownKeyException

  • All Implemented Interfaces:
    java.io.Serializable

    public class UnknownKeyException
    extends java.lang.RuntimeException
    An exception indicating that an unknown key is being used to index a ValueGrid
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      UnknownKeyException​(java.lang.Object key)  
    • 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

      • UnknownKeyException

        public UnknownKeyException​(java.lang.Object key)