JavaScript is disabled on your browser.
Skip navigation links
Module
Package
Class
Tree
Index
Help
Package:
Description
|
Related Packages
|
Classes and Interfaces
SEARCH:
Module
technology.sola.ecs
Package technology.sola.ecs.exception
package
technology.sola.ecs.exception
This package provides various exceptions for errors that may happen during various sola-ecs operations.
Related Packages
Package
Description
technology.sola.ecs
This package provides the core classes for sola-ecs.
technology.sola.ecs.cache
This package provides class to cache different kinds of queries against
World
.
technology.sola.ecs.io
This package provides the API for serializing and deserializing
World
.
technology.sola.ecs.view
This package provides implementations of
View
.
Exceptions
Class
Description
EcsSystemNotFoundException
Exception thrown when an
EcsSystem
was not found.
WorldEntityLimitException
Exception thrown when the max entity limit is reached for a
World
.