Uses of Class
org.openstreetmap.josm.io.MissingOAuthAccessTokenException
-
Packages that use MissingOAuthAccessTokenException Package Description org.openstreetmap.josm.gui Provides the classes for JOSM graphical user interface.org.openstreetmap.josm.io Provides the classes for JOSM input/output support.org.openstreetmap.josm.tools Provides the classes for various utilities and tools called from all other packages. -
-
Uses of MissingOAuthAccessTokenException in org.openstreetmap.josm.gui
Methods in org.openstreetmap.josm.gui with parameters of type MissingOAuthAccessTokenException Modifier and Type Method Description static void
ExceptionDialogUtil. explainMissingOAuthAccessTokenException(MissingOAuthAccessTokenException e)
Explains aOsmApiException
which was thrown because accessing a protected resource was forbidden. -
Uses of MissingOAuthAccessTokenException in org.openstreetmap.josm.io
Methods in org.openstreetmap.josm.io that throw MissingOAuthAccessTokenException Modifier and Type Method Description private void
OsmConnection. obtainOAuth20Token()
Obtains an OAuth access token for the connection. -
Uses of MissingOAuthAccessTokenException in org.openstreetmap.josm.tools
Methods in org.openstreetmap.josm.tools with parameters of type MissingOAuthAccessTokenException Modifier and Type Method Description static java.lang.String
ExceptionUtil. explainMissingOAuthAccessTokenException(MissingOAuthAccessTokenException e)
Explains aOsmApiException
which was thrown because accessing a protected resource was forbidden.
-