public class InvalidPropertyNameException
extends java.lang.RuntimeException
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.
This is a RuntimeException and does not have to be checked for if the correct property names are used to lookup properties.
Constructor and Description |
---|
InvalidPropertyNameException(java.lang.String message) |
Copyright © 2023 DeviceAtlas Limited. All rights reserved.