Serializable, UndoableAccessorpublic class NotUndoableRuntimeException extends CommandRuntimeException
org.refcodes.exception.ErrorCodeAccessor.ErrorCodeBuilder<B extends org.refcodes.exception.ErrorCodeAccessor.ErrorCodeBuilder<B>>, org.refcodes.exception.ErrorCodeAccessor.ErrorCodeMutator, org.refcodes.exception.ErrorCodeAccessor.ErrorCodePropertyUndoableAccessor.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>| Constructor | Description |
|---|---|
NotUndoableRuntimeException(Undoable<?,?,?> aCommand,
String message) |
Instantiates a new not undoable runtime exception.
|
NotUndoableRuntimeException(Undoable<?,?,?> aCommand,
String aMessage,
String aErrorCode) |
Instantiates a new not undoable runtime exception.
|
NotUndoableRuntimeException(Undoable<?,?,?> aCommand,
String message,
Throwable cause) |
Instantiates a new not undoable runtime exception.
|
NotUndoableRuntimeException(Undoable<?,?,?> aCommand,
String aMessage,
Throwable aCause,
String aErrorCode) |
Instantiates a new not undoable runtime exception.
|
NotUndoableRuntimeException(Undoable<?,?,?> aCommand,
Throwable cause) |
Instantiates a new not undoable runtime exception.
|
NotUndoableRuntimeException(Undoable<?,?,?> aCommand,
Throwable aCause,
String aErrorCode) |
Instantiates a new not undoable runtime exception.
|
| Modifier and Type | Method | Description |
|---|---|---|
Undoable |
getUndoable() |
Gets the undoable.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic NotUndoableRuntimeException(Undoable<?,?,?> aCommand, String aMessage, String aErrorCode)
aCommand - the commandaMessage - the messageaErrorCode - the error codepublic NotUndoableRuntimeException(Undoable<?,?,?> aCommand, String aMessage, Throwable aCause, String aErrorCode)
aCommand - the commandaMessage - the messageaCause - the causeaErrorCode - the error codepublic NotUndoableRuntimeException(Undoable<?,?,?> aCommand, String message, Throwable cause)
aCommand - the commandmessage - the messagecause - the causepublic NotUndoableRuntimeException(Undoable<?,?,?> aCommand, String message)
aCommand - the commandmessage - the messagepublic NotUndoableRuntimeException(Undoable<?,?,?> aCommand, Throwable aCause, String aErrorCode)
aCommand - the commandaCause - the causeaErrorCode - the error codepublic Undoable getUndoable()
getUndoable in interface UndoableAccessorCopyright © 2018. All rights reserved.