public class NotYetExecutedRuntimeException extends CommandRuntimeException
UndoableAccessor.UndoableBuilder<CTX,R,E extends Exception,B extends UndoableAccessor.UndoableBuilder<CTX,R,E,B>>, UndoableAccessor.UndoableMutator<CTX,R,E extends Exception>, UndoableAccessor.UndoableProperty<CTX,R,E extends Exception>org.refcodes.exception.ErrorCodeAccessor.ErrorCodeBuilder<B extends org.refcodes.exception.ErrorCodeAccessor.ErrorCodeBuilder<B>>, org.refcodes.exception.ErrorCodeAccessor.ErrorCodeMutator, org.refcodes.exception.ErrorCodeAccessor.ErrorCodeProperty| Constructor and Description |
|---|
NotYetExecutedRuntimeException(Undoable<?,?,?> aCommand,
String message)
Instantiates a new not yet executed runtime exception.
|
NotYetExecutedRuntimeException(Undoable<?,?,?> aCommand,
String aMessage,
String aErrorCode)
Instantiates a new not yet executed runtime exception.
|
NotYetExecutedRuntimeException(Undoable<?,?,?> aCommand,
String message,
Throwable cause)
Instantiates a new not yet executed runtime exception.
|
NotYetExecutedRuntimeException(Undoable<?,?,?> aCommand,
String aMessage,
Throwable aCause,
String aErrorCode)
Instantiates a new not yet executed runtime exception.
|
NotYetExecutedRuntimeException(Undoable<?,?,?> aCommand,
Throwable cause)
Instantiates a new not yet executed runtime exception.
|
NotYetExecutedRuntimeException(Undoable<?,?,?> aCommand,
Throwable aCause,
String aErrorCode)
Instantiates a new not yet executed runtime exception.
|
| Modifier and Type | Method and Description |
|---|---|
Undoable |
getUndoable()
Gets the undoable.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic NotYetExecutedRuntimeException(Undoable<?,?,?> aCommand, String aMessage, String aErrorCode)
aCommand - the a commandaMessage - the a messageaErrorCode - the a error codepublic NotYetExecutedRuntimeException(Undoable<?,?,?> aCommand, String aMessage, Throwable aCause, String aErrorCode)
aCommand - the a commandaMessage - the a messageaCause - the a causeaErrorCode - the a error codepublic NotYetExecutedRuntimeException(Undoable<?,?,?> aCommand, String message, Throwable cause)
aCommand - the a commandmessage - the messagecause - the causepublic NotYetExecutedRuntimeException(Undoable<?,?,?> aCommand, String message)
aCommand - the a commandmessage - the messagepublic NotYetExecutedRuntimeException(Undoable<?,?,?> aCommand, Throwable aCause, String aErrorCode)
aCommand - the a commandaCause - the a causeaErrorCode - the a error codepublic Undoable getUndoable()
getUndoable in interface UndoableAccessorCopyright © 2018. All rights reserved.