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 Link icon

    • AssetNotFoundException Link icon

      public AssetNotFoundException(String message)
    • AssetNotFoundException Link icon

      public AssetNotFoundException(String message, Exception ex)