Uses of Class
jmri.configurexml.ErrorHandler
-
Packages that use ErrorHandler Package Description jmri.configurexml Provides an XML-based mechanism for storing and restoring configurations.jmri.configurexml.swing -
-
Uses of ErrorHandler in jmri.configurexml
Methods in jmri.configurexml that return ErrorHandler Modifier and Type Method Description static ErrorHandlerXmlAdapter. getDefaultExceptionHandler()Get the default error handler.ErrorHandlerAbstractXmlAdapter. getExceptionHandler()Get the current error handler.ErrorHandlerXmlAdapter. getExceptionHandler()Get the current error handler.Methods in jmri.configurexml with parameters of type ErrorHandler Modifier and Type Method Description static 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.swing Modifier and Type Class Description classDialogErrorHandlerSwing dialog for reporting errors while loading.
-