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.CaptureRetryAttemptsExceededpublic classIncodeException.DeviceEnvironmentExceptionpublic 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()-
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
final Boolean isDeviceEnvironmentException()
-
-
-
-