Class MissingAssetException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
technology.sola.engine.assets.exception.MissingAssetException
All Implemented Interfaces:
Serializable

@NullMarked public class MissingAssetException extends RuntimeException
Exception thrown when a Asset is requested but has not been registered with an AssetLoader.
See Also:
  • Constructor Details

    • MissingAssetException

      public MissingAssetException(String assetId)
      Creates an instances of this exception.
      Parameters:
      assetId - the id of the asset requested