org.eclipse.higgins.sts.utilities
Class ExceptionHelper

java.lang.Object
  extended byorg.eclipse.higgins.sts.utilities.ExceptionHelper

public class ExceptionHelper
extends java.lang.Object

Used to help format exception details into log output.

Author:
mikemci at us dot ibm dot com

Constructor Summary
ExceptionHelper()
           
 
Method Summary
static void Log(LogHelper log, java.lang.Exception exception)
           
static void Log(LogHelper log, java.lang.Throwable throwable)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExceptionHelper

public ExceptionHelper()
Method Detail

Log

public static void Log(LogHelper log,
                       java.lang.Exception exception)

Log

public static void Log(LogHelper log,
                       java.lang.Throwable throwable)