Package jmri.configurexml
Class ErrorHandler
java.lang.Object
jmri.configurexml.ErrorHandler
- Direct Known Subclasses:
DialogErrorHandler
Default operation for reporting errors while loading.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ErrorHandler
public ErrorHandler()
-
-
Method Details
-
handle
Handle an error.Default implementation formats and puts in log.
- Parameters:
e- the error
-
done
Invoked when operation complete.Default implementation doesn't do anything here, everything already logged above.
-