org.apertereports.common.utils
Class ExceptionUtils

java.lang.Object
  extended by 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.


Constructor Summary
ExceptionUtils()
           
 
Method Summary
static void logDebugMessage(String msg)
           
static void logSevereException(Exception e)
           
static void logSevereException(String msg, Exception e)
           
static void logWarningException(String msg, Exception e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExceptionUtils

public ExceptionUtils()
Method Detail

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.