AssetLoadingException

Thrown by AssetStorage.load or AssetStorage.get when the asset failed to load due to an unexpected loading exception, usually thrown by the associated AssetLoader.

Constructors

Link copied to clipboard
constructor(descriptor: AssetDescriptor<*>, cause: Throwable?)
constructor(message: String, cause: Throwable? = null)

Properties

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