Uses of Class
org.openstreetmap.josm.gui.help.HelpContentReaderException
-
Packages that use HelpContentReaderException Package Description org.openstreetmap.josm.gui.help Help system based on an embedded web browser fetching contents from JOSM wiki. -
-
Uses of HelpContentReaderException in org.openstreetmap.josm.gui.help
Subclasses of HelpContentReaderException in org.openstreetmap.josm.gui.help Modifier and Type Class Description class
MissingHelpContentException
Exception thrown when help content is missing.Methods in org.openstreetmap.josm.gui.help with parameters of type HelpContentReaderException Modifier and Type Method Description protected void
HelpBrowser. handleHelpContentReaderException(java.lang.String relativeHelpTopic, HelpContentReaderException e)
Displays a error page if a help topic couldn't be loaded because of network or IO error.Methods in org.openstreetmap.josm.gui.help that throw HelpContentReaderException Modifier and Type Method Description java.lang.String
HelpContentReader. fetchHelpTopicContent(java.lang.String helpTopicUrl, boolean dotest)
Fetches the content of a help topic from the JOSM wiki.protected java.lang.String
HelpContentReader. prepareHelpContent(java.io.BufferedReader in, boolean dotest, java.net.URL url)
Reads help content from the input stream and prepares it to be rendered later in the internal help browser.
-