public final class LogUtil extends Object
Modifier and Type | Method and Description |
---|---|
static void |
handleError(org.apache.commons.logging.Log log,
String errorStr,
boolean strict)
Convenience method that handles any error appropriately
|
static void |
handleException(org.apache.commons.logging.Log log,
Exception e,
boolean strict)
Convenience method that handles any error appropriately
|
public static void handleError(org.apache.commons.logging.Log log, String errorStr, boolean strict) throws FOPException
log
- logerrorStr
- error stringstrict
- validate strictlyFOPException
- fop exceptionpublic static void handleException(org.apache.commons.logging.Log log, Exception e, boolean strict) throws FOPException
log
- loge
- exceptionstrict
- validate strictlyFOPException
- fop exceptionCopyright © 2025 Apache Software Foundation. All rights reserved.