Package nz.org.riskscape.wizard
Class UndoException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
nz.org.riskscape.wizard.UndoException
- All Implemented Interfaces:
Serializable
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 Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UndoException
public UndoException()
-