Package com.luciad.gui
Class TLcdCannotUndoRedoException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.luciad.gui.TLcdCannotUndoRedoException
- All Implemented Interfaces:
Serializable
Thrown when a
ILcdUndoable is told to undo() or redo() and cannot comply to that
request.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionTLcdCannotUndoRedoException(String aMessage) TLcdCannotUndoRedoException(String aMessage, Throwable aCause) Creates a newTLcdCannotUndoRedoExceptioninstance -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TLcdCannotUndoRedoException
public TLcdCannotUndoRedoException() -
TLcdCannotUndoRedoException
-
TLcdCannotUndoRedoException
Creates a newTLcdCannotUndoRedoExceptioninstance- Parameters:
aMessage- The messageaCause- The cause of the exception- Since:
- 2017.0
-