public abstract class EssentialsRTException extends UESPlatformRTException
UESRuntimeException.E05100
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID
Serial version UID.
|
EXCEPTION_SEQ
Modifier | Constructor and Description |
---|---|
protected |
EssentialsRTException()
Creates new instance of EssentialsRTException.
|
protected |
EssentialsRTException(ErrorCode aCode,
Creates a new instance of EssentialsRTException.
|
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.