public abstract class CommonsRTException 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
Serial version UID.
|
| Modifier | Constructor and Description |
|---|---|
protected |
CommonsRTException()
Creates new instance of CommonsRTException.
|
protected |
CommonsRTException(ErrorCode aCode,
Creates a new instance of CommonsRTException.
|
addMessages, containsMessages, getErrorCode, getID, getLocalizedMessage, getMessage, getMessages, getSimpleMessage, setIDaCode - 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.