Uses of Package
citysdk.tourism.client.exceptions

Packages that use citysdk.tourism.client.exceptions
citysdk.tourism.client.parser Package for the library parsers and deserializers. 
citysdk.tourism.client.requests Package for the library client stub. 
citysdk.tourism.client.tests Package containing a few example tests 
 

Classes in citysdk.tourism.client.exceptions used by citysdk.tourism.client.parser
UnknownErrorException
          Exception thrown when a given JSON has formatting errors or any given unforeseen error.
 

Classes in citysdk.tourism.client.exceptions used by citysdk.tourism.client.requests
InvalidParameterException
          Exception thrown when the Parameter term is not valid for a given type of request.
InvalidParameterTermException
          Exception thrown when the Parameter term is not one of the values present in ParameterTerms.
InvalidResourceTermException
          Thrown if a given resource term is not valid
InvalidValueException
          Thrown if a given value is invalid
ResourceNotAllowedException
          Exception thrown when the Parameter is not an available request for the server.
ServerErrorException
          Exception thrown to report server-side errors.
UnknownErrorException
          Exception thrown when a given JSON has formatting errors or any given unforeseen error.
VersionNotAvailableException
          Thrown when a given version is not supported by a given server
 

Classes in citysdk.tourism.client.exceptions used by citysdk.tourism.client.tests
InvalidParameterException
          Exception thrown when the Parameter term is not valid for a given type of request.
InvalidParameterTermException
          Exception thrown when the Parameter term is not one of the values present in ParameterTerms.
InvalidValueException
          Thrown if a given value is invalid
ResourceNotAllowedException
          Exception thrown when the Parameter is not an available request for the server.
ServerErrorException
          Exception thrown to report server-side errors.
UnknownErrorException
          Exception thrown when a given JSON has formatting errors or any given unforeseen error.
VersionNotAvailableException
          Thrown when a given version is not supported by a given server