我有以下两个类:
class RedirectInfo{
["java:getset"]string originalRetUrl;
["java:getset"]string proposalRetUrl;
["java:getset"]string comment;
};
和
class ResultTO extends ::http::ResponseTO {
["java:getset"]common::StringList pagingLinks;
["java:getset"]RedirectInfo ri;
};
当RedirectInfo
不为空时,我得到以下异常:
异常是“ice.UnmarshalOutOfBoundsException”