java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
technology.sola.ecs.exception.EcsSystemNotFoundException
- All Implemented Interfaces:
Serializable
Exception thrown when an
EcsSystem
was not found.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionEcsSystemNotFoundException
(Class<? extends EcsSystem> ecsSystemClass) 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
-
EcsSystemNotFoundException
Creates a new instance of this exception.- Parameters:
ecsSystemClass
- the missingEcsSystem
class
-