else
attr = new DmcTypeSomeRelationMV(DmtDMSAG.__someRelationMVI);
}
try{
SomeRelation previous = (SomeRelation) attr.getMVnth(index);
setLastValue(attr.setMVnth(index, value));
nth(DmtDMSAG.__someRelationMVI,index ,attr,previous);
}
catch(DmcValueException ex){
throw(new IllegalStateException("The type specific setNth() method shouldn't throw exceptions!",ex));