MissingAssetException

Thrown when the asset requested by an AssetStorage.get variant is not available in the AssetStorage at all or has not been loaded yet.

This exception can also be thrown by AssetStorage.loadSync when mixing synchronous asset loading with asynchronous loading via AssetStorage.load or AssetStorage.loadAsync.

Constructors

Link copied to clipboard
constructor(identifier: Identifier<*>)

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