Module technology.sola.engine
Class MissingAssetException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
technology.sola.engine.assets.exception.MissingAssetException
- All Implemented Interfaces:
Serializable
Exception thrown when a
Asset
is requested but has not been registered with
an AssetLoader
.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionMissingAssetException
(String assetId) Creates an instances of this exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MissingAssetException
Creates an instances of this exception.- Parameters:
assetId
- the id of the asset requested
-