This PR removes the UnknownKeyException type and replaces it's usage with IllegalArgumentException for clearer interface. Clients can catch IllegalArgumentException when trying to read key information.
The PR also updates AndroidDemo examples and adds javadoc documentation
This PR removes the
UnknownKeyException
type and replaces it's usage withIllegalArgumentException
for clearer interface. Clients can catch IllegalArgumentException when trying to read key information.The PR also updates AndroidDemo examples and adds javadoc documentation