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:nfclibrary 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.zdependency to your build. Check the documentation for more information.- Since:
-
-
Constructor Summary
Constructors Constructor Description MissingNfcDependencyException()
-
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
-
-