Module technology.sola.engine
Class MissingAssetLoaderException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
technology.sola.engine.assets.exception.MissingAssetLoaderException
- All Implemented Interfaces:
Serializable
Exception that is thrown when an
AssetLoader
is requested but has no
implementation provided.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionMissingAssetLoaderException
(Class<? extends Asset> assetClass) Creates an instance 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
-
MissingAssetLoaderException
Creates an instance of this exception.- Parameters:
assetClass
- the class ofAsset
that was requested
-