doesn't need to compile FOP without Jimi.
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193832
13f79535-47bb-0310-9956-
ffa450edef68
* @return a new FopImage object
* @exception FopImageException an error occured during initialization
*/
- public AbstractFopImage(URL href, ImageReader imgReader) {
+ public AbstractFopImage(URL href, ImageReader imgReader)
+ throws FopImageException {
this.m_href = href;
this.m_imageReader = imgReader;
this.m_width = this.m_imageReader.getWidth();