|
Kofax Mobile SDK API Reference
|
An extended Exception class that specifies KMC errors as defined by the ErrorInfo enum. More...
Public Member Functions | |
| ErrorInfo | getErrorInfo () |
| Returns the ErrorInfo object associated with this KMC exception. More... | |
| KmcException (ErrorInfo errorInfo) | |
| Constructor that takes an ErrorInfo object. More... | |
| KmcException (ErrorInfo errorInfo, Throwable cause) | |
| Constructor that takes an ErrorInfo object and a Throwable object, which indicates a serious configuration error. More... | |
An extended Exception class that specifies KMC errors as defined by the ErrorInfo enum.
| KmcException | ( | ErrorInfo | errorInfo | ) |
Constructor that takes an ErrorInfo object.
| KmcException | ( | ErrorInfo | errorInfo, |
| Throwable | cause | ||
| ) |
Constructor that takes an ErrorInfo object and a Throwable object, which indicates a serious configuration error.