org.beanfabrics.util
Class ExceptionUtil

java.lang.Object
  extended by org.beanfabrics.util.ExceptionUtil

public class ExceptionUtil
extends java.lang.Object

The ExceptionUtil is a singleton that provides access to an IExceptionHandler which is used by the Beanfabrics framework to handle exceptions.


Method Summary
static ExceptionUtil getInstance()
           
 void handleException(java.lang.String message, java.lang.Throwable t)
           
 void setExceptionHandler(IExceptionHandler handler)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static ExceptionUtil getInstance()

handleException

public void handleException(java.lang.String message,
                            java.lang.Throwable t)

setExceptionHandler

public void setExceptionHandler(IExceptionHandler handler)