String[] litRef= references.get(i);
if(litRef.length>=2){//saying that we must have a desc and URI
this.addLiteratureReference(litRef[0], litRef[1], litRef[2], litRef[3]);
}
else{
throw new InvalidInputException("LiteraturReference List not supported");
}
}
}