public class SubstituteRTException extends UESPlatformRTException
Modifier and Type | Class and Description |
---|---|
static class |
SubstituteRTException.E05801
Error codes of SubstituteRTException.
|
UESRuntimeException.E05100
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
originalException
Name of original exception.
|
private static long |
serialVersionUID
Serial version UID.
|
EXCEPTION_SEQ
Constructor and Description |
---|
SubstituteRTException(java.lang.String originalException)
Creates new instance of SubstituteRTException.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getMessage() |
java.lang.String |
getOriginalException() |
addMessages, containsMessages, getErrorCode, getID, getLocalizedMessage, getMessages, getSimpleMessage, setID
aOrigExceptionClass
- Class of original exception we are substitutinggetMessage
in class UESRuntimeException
Throwable.getMessage()