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

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

Uses of InvalidParameterTermException in citysdk.tourism.client.requests
 

Methods in citysdk.tourism.client.requests that throw InvalidParameterTermException
 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.
 ListTag TourismClient.getTags(ParameterList list)
          Returns the list of ListTag available.
 

Uses of InvalidParameterTermException in citysdk.tourism.client.tests
 

Methods in citysdk.tourism.client.tests that throw InvalidParameterTermException
 void CitySdkTests.testCategories()
           
 void CitySdkTests.testCode()