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
 AssetLocators.- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionAssetNotFoundException(String message) AssetNotFoundException(String message, Exception ex) 
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
AssetNotFoundException
- 
AssetNotFoundException
 
-