Module technology.sola.ecs
Package technology.sola.ecs.io.json
Class ComponentJsonMapperNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
technology.sola.ecs.io.json.ComponentJsonMapperNotFoundException
- All Implemented Interfaces:
Serializable
Exception thrown when a
JsonWorldIo does not have the required
JsonMapper for a Component registered to it.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionComponentJsonMapperNotFoundException(String componentClass) Creates a new instance of this exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ComponentJsonMapperNotFoundException
Creates a new instance of this exception.- Parameters:
componentClass- theComponentthat is missing aJsonMapper
-