Uses of Class
jmri.configurexml.ErrorHandler
Packages that use ErrorHandler
Package
Description
Provides an XML-based mechanism for storing and restoring configurations.
-
Uses of ErrorHandler in jmri.configurexml
Methods in jmri.configurexml that return ErrorHandlerModifier and TypeMethodDescriptionstatic ErrorHandlerXmlAdapter.getDefaultExceptionHandler()Get the default error handler.AbstractXmlAdapter.getExceptionHandler()Get the current error handler.XmlAdapter.getExceptionHandler()Get the current error handler.Methods in jmri.configurexml with parameters of type ErrorHandlerModifier and TypeMethodDescriptionstatic voidConfigXmlManager.setErrorHandler(ErrorHandler handler) voidAbstractXmlAdapter.setExceptionHandler(ErrorHandler errorHandler) Set the error handler that will handle any errors encountered while parsing the XML.voidXmlAdapter.setExceptionHandler(ErrorHandler errorHandler) Set the error handler that will handle any errors encountered while parsing the XML. -
Uses of ErrorHandler in jmri.configurexml.swing
Subclasses of ErrorHandler in jmri.configurexml.swingModifier and TypeClassDescriptionclassSwing dialog for reporting errors while loading.