Class MissingLibraryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.vernaio.aivis.engine.v2.base.sdk.exception.LibraryException
com.vernaio.aivis.engine.v2.base.sdk.exception.MissingLibraryException
- All Implemented Interfaces:
Serializable
Missing library exceptions are thrown when a library file for this platform cannot be found.
Make sure to add the correct dependency to your project to provide at least one valid library instance
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MissingLibraryException
-