AssetStorageException

open class AssetStorageException(message: String, cause: Throwable? = null) : GdxRuntimeException

Thrown by AssetStorage and related services. message describes the problem, while cause is the optional cause of the exception.

Note that AssetStorage usually throws subclasses of this exception, rather than instances of this exception directly. This class acts as the common superclass with which all AssetStorage-related exceptions can be caught and handled.

Inheritors

Constructors

Link copied to clipboard
constructor(message: String, cause: Throwable? = null)

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