Drag[en]gine Script Module DragonScript
1.23
|
Service specific exception. More...
Public Member Functions | |
Object | getAdditionalData () |
Error specific additional data or null. More... | |
Enumeration | getErrorCategory () |
Service specific error category or null. More... | |
Enumeration | getErrorCode () |
Service specific error code or null. More... | |
Service | getService () |
Service throwing exception. More... | |
ServiceException | new (Service service, String message, Enumeration errorCode, Enumeration errorCategory) |
Create ServiceException. More... | |
ServiceException | new (Service service, String message, Enumeration errorCode, Enumeration errorCategory, Object additionalData) |
Create ServiceException. More... | |
ServiceException | new (ServiceException exception, Object additionalData) |
Create copy of ServiceException with additional data. More... | |
ServiceException | withAdditionalData (Object additionalData) |
Create copy of ServiceException with new additional data. More... | |
Public Attributes | |
Object | pAdditionalData |
Enumeration | pErrorCategory |
Enumeration | pErrorCode |
Service | pService |
Service specific exception.
Stores error message and optional error information. Depending on the service the exception originates from information like error code or error category can be present. The service throwing the exception is also present to allow interprate the optional error informationn.
Object Dragengine.Services.ServiceException.getAdditionalData | ( | ) |
Error specific additional data or null.
Enumeration Dragengine.Services.ServiceException.getErrorCategory | ( | ) |
Service specific error category or null.
Enumeration Dragengine.Services.ServiceException.getErrorCode | ( | ) |
Service specific error code or null.
ServiceException Dragengine.Services.ServiceException.new | ( | Service | service, |
String | message, | ||
Enumeration | errorCode, | ||
Enumeration | errorCategory | ||
) |
Create ServiceException.
ServiceException Dragengine.Services.ServiceException.new | ( | Service | service, |
String | message, | ||
Enumeration | errorCode, | ||
Enumeration | errorCategory, | ||
Object | additionalData | ||
) |
Create ServiceException.
ServiceException Dragengine.Services.ServiceException.new | ( | ServiceException | exception, |
Object | additionalData | ||
) |
Create copy of ServiceException with additional data.
ServiceException Dragengine.Services.ServiceException.withAdditionalData | ( | Object | additionalData | ) |
Create copy of ServiceException with new additional data.
Object Dragengine.Services.ServiceException.pAdditionalData |
Enumeration Dragengine.Services.ServiceException.pErrorCategory |
Enumeration Dragengine.Services.ServiceException.pErrorCode |
Service Dragengine.Services.ServiceException.pService |