|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An interface for client objects that handle exceptions occurring in the interaction with an editing domain's command stack. This is useful, for example, for UIs that want to show a dialog when a command's transaction is rolled back by validation problems.
RollbackException
Method Summary | |
---|---|
void |
handleException(java.lang.Exception e)
Handles the specified exception in some way. |
Method Detail |
public void handleException(java.lang.Exception e)
e
- the exception that occurred. The RollbackException
is the most interesting exception type that is likely to occur
|
Copyright 2002, 2006 IBM Corporation and others. All Rights Reserved. |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |