Class AssetNotFoundException

All Implemented Interfaces:
Serializable

public class AssetNotFoundException extends RuntimeException
AssetNotFoundException is thrown when the AssetManager is unable to locate the requested asset using any of the registered AssetLocators.
See Also:
  • Constructor Details

    • AssetNotFoundException

      public AssetNotFoundException(String message)
    • AssetNotFoundException

      public AssetNotFoundException(String message, Exception ex)