Class NotYetExecutedRuntimeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.refcodes.exception.AbstractRuntimeException
org.refcodes.command.CommandRuntimeException
org.refcodes.command.NotYetExecutedRuntimeException
All Implemented Interfaces:
Serializable, UndoableAccessor, org.refcodes.exception.ErrorCodeAccessor, org.refcodes.exception.Trap

public class NotYetExecutedRuntimeException extends CommandRuntimeException
The Class NotYetExecutedRuntimeException.
See Also:
  • Constructor Details

    • NotYetExecutedRuntimeException

      public NotYetExecutedRuntimeException(Undoable<?,?,?> aCommand, String aMessage, String aErrorCode)
      Instantiates a new not yet executed runtime exception.
      Parameters:
      aCommand - the command
      aMessage - The aMessage describing this exception.
      aErrorCode - The error code identifying this exception.
    • 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 aMessage describing this exception.
      aCause - The Throwable (Exception) causing this exception.
      aErrorCode - The error code identifying this exception.
    • NotYetExecutedRuntimeException

      public NotYetExecutedRuntimeException(Undoable<?,?,?> aCommand, String aMessage, Throwable aCause)
      Instantiates a new not yet executed runtime exception.
      Parameters:
      aCommand - the command
      aMessage - The aMessage describing this exception.
      aCause - The Throwable (Exception) causing this exception.
    • NotYetExecutedRuntimeException

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

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

      public NotYetExecutedRuntimeException(Undoable<?,?,?> aCommand, Throwable aCause)
      Instantiates a new not yet executed runtime exception.
      Parameters:
      aCommand - the command
      aCause - The Throwable (Exception) causing this exception.
  • Method Details