Class NoResultAvailableRuntimeException

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Undoable getUndoable​()
      Gets the undoable.
      • Methods inherited from class org.refcodes.exception.AbstractException

        getErrorCode
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
    • Constructor Detail

      • NoResultAvailableRuntimeException

        public NoResultAvailableRuntimeException​(Undoable<?,?,?> aCommand,
                                                 java.lang.String aMessage,
                                                 java.lang.String aErrorCode)
        Instantiates a new no result available runtime exception.
        Parameters:
        aCommand - the command
        aMessage - the message
        aErrorCode - the error code
      • NoResultAvailableRuntimeException

        public NoResultAvailableRuntimeException​(Undoable<?,?,?> aCommand,
                                                 java.lang.String aMessage,
                                                 java.lang.Throwable aCause,
                                                 java.lang.String aErrorCode)
        Instantiates a new no result available runtime exception.
        Parameters:
        aCommand - the command
        aMessage - the message
        aCause - the cause
        aErrorCode - the error code
      • NoResultAvailableRuntimeException

        public NoResultAvailableRuntimeException​(Undoable<?,?,?> aCommand,
                                                 java.lang.String message,
                                                 java.lang.Throwable cause)
        Instantiates a new no result available runtime exception.
        Parameters:
        aCommand - the command
        message - the message
        cause - the cause
      • NoResultAvailableRuntimeException

        public NoResultAvailableRuntimeException​(Undoable<?,?,?> aCommand,
                                                 java.lang.String message)
        Instantiates a new no result available runtime exception.
        Parameters:
        aCommand - the command
        message - the message
      • NoResultAvailableRuntimeException

        public NoResultAvailableRuntimeException​(Undoable<?,?,?> aCommand,
                                                 java.lang.Throwable aCause,
                                                 java.lang.String aErrorCode)
        Instantiates a new no result available runtime exception.
        Parameters:
        aCommand - the command
        aCause - the cause
        aErrorCode - the error code
      • NoResultAvailableRuntimeException

        public NoResultAvailableRuntimeException​(Undoable<?,?,?> aCommand,
                                                 java.lang.Throwable cause)
        Instantiates a new no result available runtime exception.
        Parameters:
        aCommand - the command
        cause - the cause