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 Type
    Method
    Description
    boolean
    Notifies a client if an exeption occurred on a Parameter.
  • Method Details

    • 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