org.apertereports.common.utils
Class ExceptionUtils
java.lang.Object
org.apertereports.common.utils.ExceptionUtils
public final class ExceptionUtils
- extends Object
An exception utility class. Contains convenient methods for logging
exceptions. Methods are self-explanatory.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExceptionUtils
public ExceptionUtils()
logWarningException
public static void logWarningException(String msg,
Exception e)
logSevereException
public static void logSevereException(Exception e)
logSevereException
public static void logSevereException(String msg,
Exception e)
logDebugMessage
public static void logDebugMessage(String msg)
Copyright © 2011-2012. All Rights Reserved.