DependencyLoadingException

This exception can be thrown when accessing Deferred instances returned by AsyncAssetManager. It occurs when an asset scheduled for asynchronous loading cannot be loaded due to the cause exception thrown during a dependency loading.

Constructors

Link copied to clipboard
constructor(path: String, dependency: String, cause: Throwable)

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
open val message: String?

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard