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 Summary
ConstructorsConstructorDescriptionAssetLoadException(String message) AssetLoadException(String message, Throwable cause)  - 
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
AssetLoadException
 - 
AssetLoadException
 
 -