Package jmri.configurexml.swing
Class DialogErrorHandler
- java.lang.Object
-
- jmri.configurexml.ErrorHandler
-
- jmri.configurexml.swing.DialogErrorHandler
-
public class DialogErrorHandler extends ErrorHandler
Swing dialog for reporting errors while loading. Shows each one, could save until end if needed.
-
-
Constructor Summary
Constructors Constructor Description DialogErrorHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
done()
Do nothing at end, already displayedvoid
handle(ErrorMemo e)
Handle error by formatting and putting up a dialog box
-
-
-
Constructor Detail
-
DialogErrorHandler
public DialogErrorHandler()
-
-
Method Detail
-
handle
public void handle(ErrorMemo e)
Handle error by formatting and putting up a dialog box- Overrides:
handle
in classErrorHandler
- Parameters:
e
- the error memo
-
done
public void done()
Do nothing at end, already displayed- Overrides:
done
in classErrorHandler
-
-