Package com.jme3.asset
Class AssetLoadException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.jme3.asset.AssetLoadException
- All Implemented Interfaces:
- Serializable
AssetLoadException is thrown when the AssetManager
 is able to find the requested asset, but there was a problem while loading
 it.- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionAssetLoadException(String message) AssetLoadException(String message, Throwable cause) 
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
AssetLoadException
- 
AssetLoadException
 
-