Class InvalidKeyBindingException

  • All Implemented Interfaces:
    java.io.Serializable

    public class InvalidKeyBindingException
    extends java.lang.Exception
    Indicates that a key binding is invalid.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      InvalidKeyBindingException​(@NotNull java.lang.String reason)
      Creates a new instance.
    • 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

      • InvalidKeyBindingException

        public InvalidKeyBindingException​(@NotNull
                                          @NotNull java.lang.String reason)
        Creates a new instance.
        Parameters:
        reason - the error reason