Package | Description |
---|---|
org.eclipse.keyple.core.card.command |
Contains the basic APIs needed to build and parse the cards' APDUs.
|
org.eclipse.keyple.core.card.command.exception |
Contains the basic exceptions related to the execution of card commands.
|
org.eclipse.keyple.core.util.json |
Contains JSON utility classes as serializers/deserializers, mainly used by the Keyple Remote
Plugins solution.
|
Modifier and Type | Method and Description |
---|---|
protected KeypleCardCommandException |
AbstractApduResponseParser.buildCommandException(java.lang.Class<? extends KeypleCardCommandException> exceptionClass,
java.lang.String message,
CardCommand commandRef,
java.lang.Integer statusCode)
Builds a command exception.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Class<? extends KeypleCardCommandException> |
AbstractApduResponseParser.StatusProperties.getExceptionClass()
Gets Exception Class
|
Modifier and Type | Method and Description |
---|---|
protected KeypleCardCommandException |
AbstractApduResponseParser.buildCommandException(java.lang.Class<? extends KeypleCardCommandException> exceptionClass,
java.lang.String message,
CardCommand commandRef,
java.lang.Integer statusCode)
Builds a command exception.
|
Constructor and Description |
---|
StatusProperties(java.lang.String information,
java.lang.Class<? extends KeypleCardCommandException> exceptionClass)
Creates an error status.
If exceptionClass is null, then a successful status is created. |
Modifier and Type | Class and Description |
---|---|
class |
KeypleCardCommandUnknownStatusException
This exception indicates that the status code is not referenced.
|
Modifier and Type | Method and Description |
---|---|
com.google.gson.JsonElement |
KeypleCardCommandExceptionJsonSerializer.serialize(KeypleCardCommandException exception,
java.lang.reflect.Type type,
com.google.gson.JsonSerializationContext jsonSerializationContext) |