Uses of Class
org.openstreetmap.josm.io.remotecontrol.handler.RequestHandler.RequestHandlerErrorException
-
Packages that use RequestHandler.RequestHandlerErrorException Package Description org.openstreetmap.josm.io.remotecontrol.handler Provides the classes for remote control handlers (features exposed to the browser). -
-
Uses of RequestHandler.RequestHandlerErrorException in org.openstreetmap.josm.io.remotecontrol.handler
Subclasses of RequestHandler.RequestHandlerErrorException in org.openstreetmap.josm.io.remotecontrol.handler Modifier and Type Class Description static class
RequestHandler.RequestHandlerOsmApiException
Error raised for OSM API errors.Methods in org.openstreetmap.josm.io.remotecontrol.handler that throw RequestHandler.RequestHandlerErrorException Modifier and Type Method Description void
RequestHandler. handle()
Check permission and parameters and handle request.protected void
AddWayHandler. handleRequest()
protected void
FeaturesHandler. handleRequest()
protected void
ImageryHandler. handleRequest()
protected void
ImportHandler. handleRequest()
protected void
LoadAndZoomHandler. handleRequest()
protected void
LoadDataHandler. handleRequest()
protected void
LoadObjectHandler. handleRequest()
protected void
OpenFileHandler. handleRequest()
protected abstract void
RequestHandler. handleRequest()
Handle a specific command sent as remote control.protected void
VersionHandler. handleRequest()
-