altosui: Display error message when parsing pyro channel values fails
authorKeith Packard <keithp@keithp.com>
Tue, 3 Jun 2014 05:07:39 +0000 (22:07 -0700)
committerKeith Packard <keithp@keithp.com>
Tue, 3 Jun 2014 05:07:39 +0000 (22:07 -0700)
commitace5f42b5567cff07a61b622171ac364ea8c165d
treee24a246841b40711887387a9aff33e51ddce38ad
parent206fbb99d28961ce159e3affdd5c96f5e379a603
altosui: Display error message when parsing pyro channel values fails

Build an exception handling chain to get numeric parse errors
propagated all the way back to the original 'save' command and up into
a dialog window, including the pyro channel, field and value that were
in error.

Signed-off-by: Keith Packard <keithp@keithp.com>
altoslib/AltosConfigData.java
altoslib/AltosConfigValues.java
altoslib/Makefile.am
altosui/AltosConfig.java
altosui/AltosConfigPyroUI.java
altosui/AltosConfigUI.java