Class AssetLoadException

All Implemented Interfaces:
Serializable

public class AssetLoadException extends RuntimeException
AssetLoadException is thrown when the AssetManager is able to find the requested asset, but there was a problem while loading it.
See Also:
  • Constructor Details

    • AssetLoadException

      public AssetLoadException(String message)
    • AssetLoadException

      public AssetLoadException(String message, Throwable cause)