|
fop 0.95 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.fop.util.LogUtil
public class LogUtil
Convenience Logging utility methods used in FOP
Constructor Summary | |
---|---|
LogUtil()
|
Method Summary | |
---|---|
static void |
handleError(org.apache.commons.logging.Log log,
java.lang.String errorStr,
boolean strict)
Convenience method that handles any error appropriately |
static void |
handleException(org.apache.commons.logging.Log log,
java.lang.Exception e,
boolean strict)
Convenience method that handles any error appropriately |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LogUtil()
Method Detail |
---|
public static void handleError(org.apache.commons.logging.Log log, java.lang.String errorStr, boolean strict) throws FOPException
log
- logerrorStr
- error stringstrict
- validate strictly
FOPException
- fop exceptionpublic static void handleException(org.apache.commons.logging.Log log, java.lang.Exception e, boolean strict) throws FOPException
log
- loge
- exceptionstrict
- validate strictly
FOPException
- fop exception
|
fop 0.95 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |