Class CommandNotMappedException

  • All Implemented Interfaces:
    java.io.Serializable

    public class CommandNotMappedException
    extends CommandException
    Indicates that an action has no command mapping. The declaration can be updated to include a definitionId.
    Since:
    3.3
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      CommandNotMappedException​(java.lang.String message)  
      CommandNotMappedException​(java.lang.String message, java.lang.Throwable cause)
      Creates a new instance of this class with the specified detail message and cause.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, 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

      • CommandNotMappedException

        public CommandNotMappedException​(java.lang.String message)
        Parameters:
        message - the detail message; may be null.
      • CommandNotMappedException

        public CommandNotMappedException​(java.lang.String message,
                                         java.lang.Throwable cause)
        Creates a new instance of this class with the specified detail message and cause.
        Parameters:
        message - the detail message; may be null
        cause - the cause; may be null.