encompass-cs/encompass-cs/Exceptions
Evan Hemsley 936b97c4ec better error message when component is not found on entity 2019-12-28 15:08:07 -08:00
..
EngineCycleException.cs project structure cleanup 2019-07-17 11:34:29 -07:00
EngineSelfCycleException.cs introduce concept of pending component 2019-07-19 16:15:48 -07:00
EngineUpdateConflictException.cs started the component write priority system 2019-08-20 19:25:59 -07:00
EntityNotFoundException.cs more helpful ID lookup error messages 2019-08-22 15:20:10 -07:00
EntityOverflowException.cs integer IDs and entity capacity 2019-12-20 12:52:38 -08:00
IllegalEngineAttributesException.cs change attributes 2019-07-18 18:20:38 -07:00
IllegalReadException.cs project structure cleanup 2019-07-17 11:34:29 -07:00
IllegalReadTypeException.cs project structure cleanup 2019-07-17 11:34:29 -07:00
IllegalSendException.cs read new and existing component system 2019-07-19 12:47:17 -07:00
IllegalSendTypeException.cs read new and existing component system 2019-07-19 12:47:17 -07:00
IllegalWriteException.cs started the component write priority system 2019-08-20 19:25:59 -07:00
IllegalWriteImmediateException.cs rename pending to immediate 2019-12-23 19:04:26 -08:00
IllegalWritePendingTypeException.cs rename pending to immediate 2019-12-23 19:04:26 -08:00
IllegalWriteTypeException.cs started the component write priority system 2019-08-20 19:25:59 -07:00
MultipleComponentOfSameTypeException.cs allow only one component per type per entity 2019-08-10 17:34:00 -07:00
NoComponentOfTypeException.cs adds some convenience methods and doc comments 2019-10-24 12:48:36 -07:00
NoComponentOfTypeOnEntityException.cs allow only one component per type per entity 2019-08-10 17:34:00 -07:00
UndefinedLayerException.cs generating stores at init time 2019-12-15 23:28:02 -08:00