Wait for execution (or failure) of this change request. The calling thread is suspended until the execute() method completes. If an exception occurs processing the request, then this method will throw that exception.
Note that using this method may cause the model to deadlock and not be able to proceed. This is especially true if it is called from the Swing thread, and any actors in the model (such as plotters) wait for swing events.
@exception Exception If the execution of the change requestthrows it.