public class UDDSModuleRTException extends UESPlatformRTException
UESRuntimeException.E05100| Modifier and Type | Field and Description | 
|---|---|
private static java.lang.String | 
EXCEPTION_SEQ
Last free ID which should be used for ErrorCode in child of this exception. 
 | 
private static long | 
serialVersionUID
SerialVersionUID. 
 | 
| Modifier | Constructor and Description | 
|---|---|
protected  | 
UDDSModuleRTException()
Creates a new instance of UDDSModuleRTException. 
 | 
protected  | 
UDDSModuleRTException(ErrorCode code,
Creates a new instance of UDDSModuleRTException. 
 | 
addMessages, containsMessages, getErrorCode, getID, getLocalizedMessage, getMessage, getMessages, getSimpleMessage, setIDcode - The unique code of Exception used for localization of messages.defaultMessage - The default message used when no localization file was found.parameters - The parameters for message.cause - The exception that cases the original problem.