Commit e31f0384 authored by Quxl's avatar Quxl

x

parent ba1c256a
......@@ -35,7 +35,7 @@ public class DateUtil {
DateFormat df = getFmt(fmt);
return df.parse(dateString);
} catch (ParseException e) {
throw new XRException(e);
throw new XRException("Error date value " + dateString, e);
}
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment