public class InvalidPropertyNameException extends 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(String message) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public InvalidPropertyNameException(String message)
message
- Copyright © 2021 DeviceAtlas Limited. All rights reserved.