Kofax Mobile SDK API Reference
Public Member Functions | List of all members
ExceptionResponse Interface Reference
Inheritance diagram for ExceptionResponse:
ExceptionResponseImpl

Public Member Functions

String exceptionMessage ()
 
String exceptionType ()
 
String message ()
 
String stackTrace ()
 
ExceptionResponse innerException ()
 

Detailed Description

Serializable response from capture workflows when an exception occurs during extraction

Member Function Documentation

String exceptionMessage ( )

The exception message from the extraction transport

Returns

Implemented in ExceptionResponseImpl.

String exceptionType ( )

The type of the exception

Returns

Implemented in ExceptionResponseImpl.

ExceptionResponse innerException ( )

The inner exception, may be null.

Returns

Implemented in ExceptionResponseImpl.

String message ( )

The message from the server

Returns

Implemented in ExceptionResponseImpl.

String stackTrace ( )

The stack trace from the server

Returns

Implemented in ExceptionResponseImpl.


The documentation for this interface was generated from the following file:
Untitled Document © 2018 Kofax, Inc. All rights reserved. Use is subject to license terms.