public abstract class ContainerRTException 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  | 
ContainerRTException()
Creates new instance of ContainerRTException. 
 | 
protected  | 
ContainerRTException(ErrorCode aCode,
Creates a new instance of ContainerRTException. 
 | 
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.