org.esa.beam.framework.ui
Interface ExceptionHandler
public interface ExceptionHandler
The ExceptionHandler are an alternative way to handle exceptions in the ProductTree.
Methods who catch exceptions can use this handler to popup an error Dialog.
- Version:
- $Revision$ $Date$
- Author:
- Sabine Embacher
- See Also:
ProductTree
handleException
boolean handleException(Exception e)
- Notifies a client if an exeption occurred on a
ProductTree.
- Parameters:
e - the exception
- Returns:
true if the exception was handled successfully, false otherwise
Copyright © 2002-2012 Brockmann Consult GmbH. All Rights Reserved.