Package org.esa.snap.core.param
Interface ParamExceptionHandler
- All Known Implementing Classes:
AbstractParamEditor
,AbstractParamXEditor
,BooleanEditor
,ColorEditor
,ComboBoxEditor
,FileEditor
,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$
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Notifies a client if an exeption occurred on aParameter
.
-
Method Details
-
handleParamException
Notifies a client if an exeption occurred on aParameter
.- Parameters:
e
- the exception- Returns:
true
if the exception was handled successfully,false
otherwise
-