Class EcsSystemNotFoundException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
technology.sola.ecs.exception.EcsSystemNotFoundException
All Implemented Interfaces:
Serializable

@NullMarked public class EcsSystemNotFoundException extends RuntimeException
Exception thrown when an EcsSystem was not found.
See Also:
  • Constructor Details

    • EcsSystemNotFoundException

      public EcsSystemNotFoundException(Class<? extends EcsSystem> ecsSystemClass)
      Creates a new instance of this exception.
      Parameters:
      ecsSystemClass - the missing EcsSystem class