Class UndoException

All Implemented Interfaces:
Serializable

public class UndoException extends RuntimeException

Thrown by an Action used as a sort of long jump (I know it's frowned upon, but it's the simplest way to implement it) to signal the user chose undo from the ctrl-c menu.

See Also:
  • Constructor Details

    • UndoException

      public UndoException()