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