Class MissingCameraDependencyException
-
- All Implemented Interfaces:
-
java.io.Serializable
@Deprecated(message = "Only applicable to Special Versions with the -nu suffix.") public final class MissingCameraDependencyException extends RuntimeException
Exception thrown whenever some SDK functionality depends on the
com.incode.sdk:cameralibrary dependency, but it's missing.Error Message: Camera dependency not found. In order to use this feature, you need to add the
com.incode.sdk:camera:x.y.zdependency to your build. Check the documentation for more information.
-
-
Constructor Summary
Constructors Constructor Description MissingCameraDependencyException()
-
Method Summary
Modifier and Type Method Description -
Methods inherited from class kotlin.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, 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
-
-