org.esa.beam.framework.param
Interface ParamExceptionHandler
- All Known Implementing Classes:
- AbstractExpressionEditor, AbstractParamEditor, AbstractParamXEditor, BooleanEditor, BooleanExpressionEditor, ColorEditor, ComboBoxEditor, DateEditor, FileEditor, GeneralExpressionEditor, LabelEditor, ListEditor, RadioButtonEditor, TextFieldEditor, TextFieldXEditor
public interface ParamExceptionHandler
The ParamExceptionHandler are an alternative way to handle parameter exceptions. Multiple methods in the
Parameter class accept a ParamExceptionHandler argument for this purpose.
- Version:
- $Revision$ $Date$
- Author:
- Norman Fomferra
- See Also:
Parameter
handleParamException
boolean handleParamException(ParamException e)
- Notifies a client if an exeption occurred on a
Parameter.
- Parameters:
e - the exception
- Returns:
true if the exception was handled successfully, false otherwise
Copyright © 2002-2013 Brockmann Consult GmbH. All Rights Reserved.