0
클래스 : org.hl7.fhir.instance.model.DateAndTime 메서드 : setFraction 분획 I 코드java.text.ParseException : 날짜 '2013-12-11T14 : 45 : 00.000-04 : 00'이 (가) 올바른 날짜 시간 형식이 아님
public void setFraction(int fraction) throws Exception {
this.fraction = fraction;
if (this.fraction == 0)
throw new Exception("set 'fractions' before setting 'fraction'");
}
에 볼 000 때 (INT 분획)
체크가 실패 "경우 (this.fraction == 0)"실수하고 있어야 "(이 경우. 분수 == 0) "?