git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/fop-0_20_2-maintain@195936
13f79535-47bb-0310-9956-
ffa450edef68
try {
return URLBuilder.buildURL(Configuration.getFontBaseURL(), metricsFile);
} catch (Exception e) {
- throw new FOPException("Invalid font metrics file: "+metricsFile+" ("+e.getMessage()+")");
+ throw new FOPException("Invalid font metrics file: " + metricsFile
+ + " (" + e.getMessage() + ")");
}
}
try {
return URLBuilder.buildURL(Configuration.getFontBaseURL(), embedFile);
} catch (Exception e) {
- throw new FOPException("Invalid font file (embedFile): "+metricsFile+" ("+e.getMessage()+")");
+ throw new FOPException("Invalid font file (embedFile): " + embedFile
+ + " (" + e.getMessage() + ")");
}
}