javax.swing.undo
Class CannotUndoException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javax.swing.undo.CannotUndoException
- All Implemented Interfaces:
- Serializable
public class CannotUndoException
- extends RuntimeException
An exception which indicates that an editing action cannot be
undone.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
CannotUndoException
public CannotUndoException()
- Constructs a new instance of a
CannotUndoException
.