Searched defs:AssetNotFoundException (Results 1 - 1 of 1) sorted by relevance

/external/jmonkeyengine/engine/src/core/com/jme3/asset/
H A DAssetNotFoundException.java4 * <code>AssetNotFoundException</code> is thrown when the {@link AssetManager}
10 public class AssetNotFoundException extends RuntimeException { class in inherits:RuntimeException
11 public AssetNotFoundException(String message){ method in class:AssetNotFoundException
14 public AssetNotFoundException(String message, Exception ex){ method in class:AssetNotFoundException

Completed in 305 milliseconds