public interface ErrorHandler
Modifier and Type | Method and Description |
---|---|
void |
handleException(TextField c,
java.lang.Exception e,
Variable var,
java.lang.Object val)
gets called if
Variable.setValue(Object) throws an exception. |
void handleException(TextField c, java.lang.Exception e, Variable var, java.lang.Object val)
Variable.setValue(Object)
throws an exception.c
- the error message to be show to the application usere
- the exception that was thrownvar
- the variable that threw the exceptionval
- the invalid value that caused the exception