@Submodule(prefix="0530")
Interface | Description |
---|---|
MainEntityService |
Component for resolving and reading of main entity.
|
Enum | Description |
---|---|
MainEntityDoesNotExistRTException.E05207 |
Error codes used in this exception.
|
MainEntityServiceRTException.E05205 |
Error codes of MainEntityServiceRTException.
|
Exception | Description |
---|---|
EntityRTException |
EntityRTException - module exception.
|
MainEntityDoesNotExistRTException |
This exception signalizes, that main entity does not exist for current UESService and it is thrown when the UESService
demands valid existing main entity (the UESService has
optional attribute set to false on
@MainEntity annotation or has no @MainEntity annotation declared). |
MainEntityServiceRTException |
MainEntityServiceRTException.
|