Class ComponentJsonMapperNotFoundException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
technology.sola.ecs.io.json.ComponentJsonMapperNotFoundException
All Implemented Interfaces:
Serializable

@NullMarked public class ComponentJsonMapperNotFoundException extends RuntimeException
Exception thrown when a JsonWorldIo does not have the required JsonMapper for a Component registered to it.
See Also:
  • Constructor Details

    • ComponentJsonMapperNotFoundException

      public ComponentJsonMapperNotFoundException(String componentClass)
      Creates a new instance of this exception.
      Parameters:
      componentClass - the Component that is missing a JsonMapper