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

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

Uses of ResourceNotAllowedException in citysdk.tourism.client.requests
 

Methods in citysdk.tourism.client.requests that throw ResourceNotAllowedException
 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.
 

Uses of ResourceNotAllowedException in citysdk.tourism.client.tests
 

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