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:camera module, 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.z dependency to your build. Check the documentation for more information.

    Since:

    Standard Releases: Deprecated in <a href=https://developer.incode.com/docs/changelog#/version-5360-core-light-300---2025-apr-11>5.36.0</a> <p> Special Versions: <a href="https://developer.incode.com/docs/changelog-special#/version-5331-nu-camera-120-nu---2025-feb-05">5.33.1-nu</a>

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • 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
    • Constructor Detail

      • MissingCameraDependencyException

        MissingCameraDependencyException()
    • Method Detail