CExceptionInfo

Updated at:

Introduction

The card exception information class.

Methods

getCardUid

/**
 * Gets the card instance ID.
 * @return
 */
public String getCardUid() 

getErrCode

/**
 * Gets the card exception type.
 * @return
 */
public CExceptionType getErrCode() 

getTitle

/**
 * Gets the exception title.
 * @return
 */
public String getTitle()

getException

/**
 * Gets the exception information.
 * @return
 */
public String getException() 

getExtParams

/**
 * Gets the extended exception information.
 * @return
 */
public Map<String, Object> getExtParams()