Package org.openstreetmap.josm.gui.help
Class MissingHelpContentException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.openstreetmap.josm.gui.help.HelpContentReaderException
-
- org.openstreetmap.josm.gui.help.MissingHelpContentException
-
- All Implemented Interfaces:
java.io.Serializable
public class MissingHelpContentException extends HelpContentReaderException
Exception thrown when help content is missing.- Since:
- 2308
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MissingHelpContentException(java.lang.String message)
Constructs a newMissingHelpContentException
.
-
Method Summary
-
Methods inherited from class org.openstreetmap.josm.gui.help.HelpContentReaderException
getResponseCode
-
-
-
-
Constructor Detail
-
MissingHelpContentException
public MissingHelpContentException(java.lang.String message)
Constructs a newMissingHelpContentException
.- Parameters:
message
- the detail message. The detail message is saved for later retrieval by theThrowable.getMessage()
method.
-
-