Class IncodeException
-
- All Implemented Interfaces:
-
java.io.Serializable
public class IncodeException extends Throwable
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classIncodeException.PermissionNotGrantedpublic final classIncodeException.ConnectivityExceptionpublic classIncodeException.ValidationExceptionpublic final classIncodeException.CaptureRetryAttemptsExceededOccurs when the maximum number of attempts to capture an image has been exceeded.
public classIncodeException.DeviceEnvironmentExceptionException type kept only for source and binary compatibility.
Note: This exception is never delivered at runtime because the SDK terminates the process on detection.
public final classIncodeException.CameraConfigurationExceptionpublic final classIncodeException.GenericException
-
Field Summary
Fields Modifier and Type Field Description private final Throwablecauseprivate final Stringmessageprivate final IntegertitleResIdprivate final IntegersubtitleResIdprivate final BooleanisTerminalprivate final BooleanwritableStackTrace
-
Method Summary
Modifier and Type Method Description ThrowablegetCause()StringgetMessage()IntegergetTitleResId()IntegergetSubtitleResId()BooleanisTerminal()BooleangetWritableStackTrace()final BooleanisDeviceEnvironmentException()Kept only for source and binary compatibility. -
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
-
getMessage
String getMessage()
-
getTitleResId
Integer getTitleResId()
-
getSubtitleResId
Integer getSubtitleResId()
-
isTerminal
Boolean isTerminal()
-
getWritableStackTrace
Boolean getWritableStackTrace()
-
isDeviceEnvironmentException
@Deprecated(message = "isDeviceEnvironmentException() always returns false - the process terminates on detection before delivery. Remove any calls to this method; they are dead code. This method will be removed in a future release.") final Boolean isDeviceEnvironmentException()
Kept only for source and binary compatibility.
- Returns:
Always
falseat runtime because the SDK terminates the process on detection before delivery.
-
-
-
-