Class NotYetExecutedRuntimeException

    • Constructor Detail

      • NotYetExecutedRuntimeException

        public NotYetExecutedRuntimeException​(Undoable<?,​?,​?> aCommand,
                                              String aMessage,
                                              String aErrorCode)
        Instantiates a new not yet executed runtime exception.
        Parameters:
        aCommand - the command
        aMessage - the message
        aErrorCode - the error code
      • NotYetExecutedRuntimeException

        public NotYetExecutedRuntimeException​(Undoable<?,​?,​?> aCommand,
                                              String aMessage,
                                              Throwable aCause,
                                              String aErrorCode)
        Instantiates a new not yet executed runtime exception.
        Parameters:
        aCommand - the command
        aMessage - the message
        aCause - the cause
        aErrorCode - the error code
      • NotYetExecutedRuntimeException

        public NotYetExecutedRuntimeException​(Undoable<?,​?,​?> aCommand,
                                              String message,
                                              Throwable cause)
        Instantiates a new not yet executed runtime exception.
        Parameters:
        aCommand - the command
        message - the message
        cause - the cause
      • NotYetExecutedRuntimeException

        public NotYetExecutedRuntimeException​(Undoable<?,​?,​?> aCommand,
                                              String message)
        Instantiates a new not yet executed runtime exception.
        Parameters:
        aCommand - the command
        message - the message
      • NotYetExecutedRuntimeException

        public NotYetExecutedRuntimeException​(Undoable<?,​?,​?> aCommand,
                                              Throwable aCause,
                                              String aErrorCode)
        Instantiates a new not yet executed runtime exception.
        Parameters:
        aCommand - the command
        aCause - the cause
        aErrorCode - the error code
      • NotYetExecutedRuntimeException

        public NotYetExecutedRuntimeException​(Undoable<?,​?,​?> aCommand,
                                              Throwable cause)
        Instantiates a new not yet executed runtime exception.
        Parameters:
        aCommand - the command
        cause - the cause