Class IncodeException.CaptureRetryAttemptsExceeded
-
- All Implemented Interfaces:
-
java.io.Serializable
public final class IncodeException.CaptureRetryAttemptsExceeded extends IncodeException
Occurs when the maximum number of attempts to capture an image has been exceeded.
- Since:
-
-
Field Summary
Fields Modifier and Type Field Description private final ThrowablelastExceptionprivate final IntegertitleResIdprivate final IntegersubtitleResIdprivate final Throwablecauseprivate final Stringmessageprivate final BooleanisTerminalprivate final BooleanwritableStackTrace
-
Constructor Summary
Constructors Constructor Description IncodeException.CaptureRetryAttemptsExceeded(Throwable lastException, Integer titleResId, Integer subtitleResId)
-
Method Summary
Modifier and Type Method Description final ThrowablegetLastException()The error that occurred prior to this one, being the cause of the last capture attempt failure. IntegergetTitleResId()The resource Id for the title of a screen that may appear to explain this issue to the user. IntegergetSubtitleResId()The resource Id for the subtitle of a screen that may appear to explain this issue to the user. -
Methods inherited from class com.incode.welcome_sdk.commons.exceptions.IncodeException
getCause, getMessage, getWritableStackTrace, isDeviceEnvironmentException, isTerminal -
Methods inherited from class kotlin.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getLastException
final Throwable getLastException()
The error that occurred prior to this one, being the cause of the last capture attempt failure.
-
getTitleResId
Integer getTitleResId()
The resource Id for the title of a screen that may appear to explain this issue to the user.
-
getSubtitleResId
Integer getSubtitleResId()
The resource Id for the subtitle of a screen that may appear to explain this issue to the user.
-
-
-
-