Class IncodeException
-
- All Implemented Interfaces:
-
java.io.Serializable
public class IncodeException extends Throwable
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classIncodeException.PermissionNotGrantedIndicates that the user denied a mandatory permission. The permission can be one of the following:
android.Manifest.permission.RECORD_AUDIO or SCREEN_CAPTURE.
public final classIncodeException.ConnectivityExceptionpublic classIncodeException.ValidationExceptionpublic final classIncodeException.CaptureRetryAttemptsExceededpublic final classIncodeException.DeviceEnvironmentExceptionpublic final classIncodeException.CameraConfigurationExceptionpublic final classIncodeException.UnknownException
-
Field Summary
Fields Modifier and Type Field Description private final Throwablecauseprivate final Stringmessageprivate final IntegertitleResIdprivate final IntegersubtitleResId
-
Method Summary
Modifier and Type Method Description ThrowablegetCause()StringgetMessage()IntegergetTitleResId()IntegergetSubtitleResId()-
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()
-
-
-
-