Package org.apache.fop.util
Class LogUtil
java.lang.Object
org.apache.fop.util.LogUtil
Convenience Logging utility methods used in FOP
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidhandleError(org.apache.commons.logging.Log log, String errorStr, boolean strict) Convenience method that handles any error appropriatelystatic voidhandleException(org.apache.commons.logging.Log log, Exception e, boolean strict) Convenience method that handles any error appropriately
-
Method Details
-
handleError
public static void handleError(org.apache.commons.logging.Log log, String errorStr, boolean strict) throws FOPException Convenience method that handles any error appropriately- Parameters:
log- logerrorStr- error stringstrict- validate strictly- Throws:
FOPException- fop exception
-
handleException
public static void handleException(org.apache.commons.logging.Log log, Exception e, boolean strict) throws FOPException Convenience method that handles any error appropriately- Parameters:
log- loge- exceptionstrict- validate strictly- Throws:
FOPException- fop exception
-