public class GPException extends RuntimeException
| Modifier and Type | Field and Description |
|---|---|
int |
sw
Response status indicating the error, or 0 if not applicable.
|
| Constructor and Description |
|---|
GPException(int sw,
String message) |
GPException(String message) |
GPException(String message,
Throwable e) |
| Modifier and Type | Method and Description |
|---|---|
static apdu4j.ResponseAPDU |
check(apdu4j.ResponseAPDU response) |
static apdu4j.ResponseAPDU |
check(apdu4j.ResponseAPDU response,
String message,
int... sws) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic GPException(int sw,
String message)
public GPException(String message)
public static apdu4j.ResponseAPDU check(apdu4j.ResponseAPDU response,
String message,
int... sws)
throws GPException
GPExceptionpublic static apdu4j.ResponseAPDU check(apdu4j.ResponseAPDU response)
throws GPException
GPExceptionCopyright © 2019. All rights reserved.