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

    Since:

    Standard Releases: Deprecated in 5.36.0

    Special Versions: 5.33.1-nu

    • 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