次の2つのクラスがあります。
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
null でない場合、次の例外が発生します。
例外は「ice.UnmarshalOutOfBoundsException」です