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 ErrorHandler
XmlAdapter. getDefaultExceptionHandler()
Get the default error handler.ErrorHandler
AbstractXmlAdapter. getExceptionHandler()
Get the current error handler.ErrorHandler
XmlAdapter. getExceptionHandler()
Get the current error handler.Methods in jmri.configurexml with parameters of type ErrorHandler Modifier and Type Method Description static void
ConfigXmlManager. setErrorHandler(ErrorHandler handler)
void
AbstractXmlAdapter. setExceptionHandler(ErrorHandler errorHandler)
Set the error handler that will handle any errors encountered while parsing the XML.void
XmlAdapter. 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 class
DialogErrorHandler
Swing dialog for reporting errors while loading.
-