Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
返回消息文本。
String QATextMessage.getText() throws QAException
消息文本或空值。
QAException 类 如果检索消息文本时存在问题,则抛出异常。
如果消息文本超出 QAManager.MAX_IN_MEMORY_MESSAGE_SIZE 属性指定的最大大小,则此方法返回空值。在这种情况下,使用 QATextMessage.readText(int) 方法读取文本。