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

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

Uses of InvalidValueException in citysdk.tourism.client.requests
 

Methods in citysdk.tourism.client.requests that throw InvalidValueException
 ListEvent TourismClient.getEventRelation(java.lang.String id, Term relation)
          Returns a list of Events with the given relation with the POI identified by id.
 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.
 

Constructors in citysdk.tourism.client.requests that throw InvalidValueException
Parameter(ParameterTerms term, java.lang.Object value)
          Constructor first validates the name before actually creating the Parameter.
 

Uses of InvalidValueException in citysdk.tourism.client.tests
 

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