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

Public Member Functions

 ExceptionResponseImpl (Throwable t)
 
String exceptionMessage ()
 
String exceptionType ()
 
String message ()
 
String stackTrace ()
 
ExceptionResponse innerException ()
 

Detailed Description

Implementation of ExceptionResponse class to allow for object instance.

Constructor & Destructor Documentation

ExceptionResponseImpl ( Throwable  t)

Member Function Documentation

String exceptionMessage ( )

The exception message from the extraction transport

Returns

Implements ExceptionResponse.

String exceptionType ( )

The type of the exception

Returns

Implements ExceptionResponse.

ExceptionResponse innerException ( )

The inner exception, may be null.

Returns

Implements ExceptionResponse.

String message ( )

The message from the server

Returns

Implements ExceptionResponse.

String stackTrace ( )

The stack trace from the server

Returns

Implements ExceptionResponse.


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