Class MustBeUndoableCmdException

  • All Implemented Interfaces:
    Serializable

    public class MustBeUndoableCmdException
    extends RuntimeException
    This exception must be launched when a command which is not undoable want to be undone or redone.
    Author:
    Arnaud BLOUIN
    See Also:
    Serialized Form
    • Constructor Detail

      • MustBeUndoableCmdException

        public MustBeUndoableCmdException​(Class<?> clazz)
        The default constructor of the exception.
        Parameters:
        clazz - The class of the command that want to be undone/redone.