Package com.jme3.asset
Class AssetNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.jme3.asset.AssetNotFoundException
- All Implemented Interfaces:
Serializable
AssetNotFoundException
is thrown when the AssetManager
is unable to locate the requested asset using any of the registered
AssetLocator
s.- See Also:
-
Constructor Summary
ConstructorDescriptionAssetNotFoundException
(String message) AssetNotFoundException
(String message, Exception ex) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AssetNotFoundException
-
AssetNotFoundException
-