Class MissingNfcDependencyException

  • All Implemented Interfaces:
    java.io.Serializable

    
    public final class MissingNfcDependencyException
    extends RuntimeException
                        

    Exception thrown whenever some SDK functionality depends on the com.incode.sdk:nfc library dependency, but it's missing.

    Error Message: NFC dependency not found. In order to use this feature, you need to add the com.incode.sdk:nfc:x.y.z dependency to your build. Check the documentation for more information.

    Since:

    5.18.0

    • 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

      • MissingNfcDependencyException

        MissingNfcDependencyException()
    • Method Detail