Module technology.sola.engine
Package technology.sola.engine.assets.exception
package technology.sola.engine.assets.exception
This package provides various exceptions for errors that may happen during asset operations.
-
ExceptionsClassDescriptionException thrown when a
Asset
is requested but has not been registered with anAssetLoader
.Exception that is thrown when anAssetLoader
is requested but has no implementation provided.