The DeviceAtlas DeviceApi documentation
|
Classes | |
class | ClientPropertiesException |
The ClientPropertiesException is thrown by the API when there is a problem parsing the properties from the client or when the JSON file does not support client side properties. More... | |
class | DataFileException |
The DataFileException is thrown if there is a problem loading the data file. More... | |
class | DataReadException |
The DataReadException is thrown if there is a problem loading the data from stream. More... | |
class | IncorrectPropertyException |
The InvalidPropertyException is thrown by the Api class when there is an attemp to fetch a property that is unknown for the supplied user agent. More... | |
class | IncorrectPropertyTypeException |
The InvalidPropertyException is thrown by the Api class when there is an attemp to fetch a property by type and the property is stored under a different type in the tree. More... | |
class | InvalidPropertyException |
The InvalidPropertyException is thrown by the Api class when there is an attemp to fetch a property that is unknown for the supplied user agent. More... | |
class | InvalidPropertyNameException |
The InvalidPropertyNameException is thrown when an attempt is made to get a property using a property name that does not exist. This typically happens if the property name is misspelled. A full list of possible property names can be found using the GetPropertyNames() method of CarrierApi. More... | |
class | JsonException |
The JsonException is thrown by the Json class or the Api class when there is an error parsing the Json. More... | |
class | MissingDataException |
The MissingDataException is thrown if a data file was not loaded before a call to methods like GetProperties(String ip) or GetPropertyNames(); More... | |
class | UnknownHostException |
The MissingDataException is thrown if a data file was not loaded before a call to methods like GetProperties(string ip) or GetPropertyNames(); More... | |
class | UnknownPropertyException |
The UnknownPropertyException is thrown by the Api class when there is an attemp to fetch a property unknown to the tree. More... | |