public class NotUndoableRuntimeException 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 |
|---|
NotUndoableRuntimeException(Undoable<?,?,?> aCommand,
String message) |
NotUndoableRuntimeException(Undoable<?,?,?> aCommand,
String aMessage,
String aErrorCode) |
NotUndoableRuntimeException(Undoable<?,?,?> aCommand,
String message,
Throwable cause) |
NotUndoableRuntimeException(Undoable<?,?,?> aCommand,
String aMessage,
Throwable aCause,
String aErrorCode) |
NotUndoableRuntimeException(Undoable<?,?,?> aCommand,
Throwable cause) |
NotUndoableRuntimeException(Undoable<?,?,?> aCommand,
Throwable aCause,
String aErrorCode) |
| Modifier and Type | Method and Description |
|---|---|
Undoable |
getUndoable()
Retrieves the undoable from the undoable property.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic NotUndoableRuntimeException(Undoable<?,?,?> aCommand, String aMessage, String aErrorCode)
public NotUndoableRuntimeException(Undoable<?,?,?> aCommand, String aMessage, Throwable aCause, String aErrorCode)
public NotUndoableRuntimeException(Undoable<?,?,?> aCommand, String message, Throwable cause)
public NotUndoableRuntimeException(Undoable<?,?,?> aCommand, String message)
public NotUndoableRuntimeException(Undoable<?,?,?> aCommand, Throwable aCause, String aErrorCode)
public Undoable getUndoable()
UndoableAccessorgetUndoable in interface UndoableAccessorCopyright © 2016. All rights reserved.