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