public abstract class QoSModuleRTException extends UESPlatformRTException
UESRuntimeException.E05100
Modifier and Type | Field and Description |
---|---|
private static java.lang.String |
EXCEPTION_SEQ
Last exception-class sequence item.Should be incremented, when new module
leaf exception class will be created.
|
private static long |
serialVersionUID |
Modifier | Constructor and Description |
---|---|
protected |
QoSModuleRTException()
Creates new instance of ContainerRTException.
|
protected |
QoSModuleRTException(ErrorCode aCode,
Creates a new instance of *RTException.
|
addMessages, containsMessages, getErrorCode, getID, getLocalizedMessage, getMessage, getMessages, getSimpleMessage, setID
aCode
- The unique code of Exception used for localization of
messages.aDefaultMessage
- The default message used when no localization file
was found.aParameters
- The parameters for message.aCause
- The exception that cases the original problem.