Class MissingModelAgeEstimationDependencyException
-
- All Implemented Interfaces:
-
java.io.Serializable
public final class MissingModelAgeEstimationDependencyException extends RuntimeException
Exception thrown whenever some SDK functionality depends on the
com.incode.sdk:model-age-estimationlibrary dependency, but it's missing.Error Message: Model Age Estimation dependency not found. In order to use this feature, you need to add the
com.incode.sdk:model-age-estimation:x.y.zdependency to your build. Check the documentation for more information.- Since:
-
-
Constructor Summary
Constructors Constructor Description MissingModelAgeEstimationDependencyException()
-
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
-
-