be.cardon.utils
Class ExceptionHandler

java.lang.Object
  extended by be.cardon.utils.ExceptionHandler

public class ExceptionHandler
extends java.lang.Object


Constructor Summary
ExceptionHandler()
          Creates a new instance of ExceptionHandler
 
Method Summary
static java.lang.String exceptionToString(java.lang.Exception e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExceptionHandler

public ExceptionHandler()
Creates a new instance of ExceptionHandler

Method Detail

exceptionToString

public static java.lang.String exceptionToString(java.lang.Exception e)