Uses of Class
citysdk.tourism.client.exceptions.VersionNotAvailableException

Packages that use VersionNotAvailableException
citysdk.tourism.client.requests Package for the library client stub. 
citysdk.tourism.client.tests Package containing a few example tests 
 

Uses of VersionNotAvailableException in citysdk.tourism.client.requests
 

Methods in citysdk.tourism.client.requests that throw VersionNotAvailableException
 java.util.Set<java.lang.String> TourismClient.getAvailableResources()
          Gets all the available resources of a given version for the queried server.
 ListPOIS TourismClient.getByCode(java.lang.String code)
          Gets all POI-based objects containing the given code
 Category TourismClient.getCategories(ParameterList list)
          Returns the list of Category available.
 ListEvent TourismClient.getEventRelation(java.lang.String id, Term relation)
          Returns a list of Events with the given relation with the POI identified by id.
 ListEvent TourismClient.getEvents(ParameterList parameterList)
          Returns a list of Events following the desired parameters.
 ListPointOfInterest TourismClient.getPoiRelation(java.lang.String id, Term relation)
          Returns a list of Points of Interest with the given relation with the POI identified by id.
 ListPointOfInterest TourismClient.getPois(ParameterList parameterList)
          Returns a list of POIs following the desired parameters.
 ListRoute TourismClient.getRoutes(ParameterList parameterList)
          Returns a list of Routes following the desired parameters.
 ListTag TourismClient.getTags(ParameterList list)
          Returns the list of ListTag available.
 boolean TourismClient.hasAnyResourcesOf(ResourceTerms resource)
          Checks whether the server has any resources of POIs, Events or Routes in a given version.
 boolean TourismClient.hasResource(ResourceTerms resource)
          Verifies if the client has a given resource
 boolean TourismClient.hasResourceParameter(ResourceTerms resource, ParameterTerms parameter)
          Checks whether a given resource is available for the queried server.
 

Uses of VersionNotAvailableException in citysdk.tourism.client.tests
 

Methods in citysdk.tourism.client.tests that throw VersionNotAvailableException
 void CitySdkTests.testAvailableLanguages()
           
 void CitySdkTests.testCategories()
           
 void CitySdkTests.testCode()
           
 void CitySdkTests.testDataReader()
           
 void CitySdkTests.testListEvent()
           
 void CitySdkTests.testPoiWithId()