se.cambio.cds.openehr.util
Class ExceptionHandler

java.lang.Object
  extended by java.util.Observable
      extended by se.cambio.cds.openehr.util.ExceptionHandler

public class ExceptionHandler
extends Observable

Author:
icorram

Method Summary
static ExceptionHandler getDelegate()
           
static void handle(InternalErrorException e)
           
static void handle(Throwable th)
           
static void handleSilent(Throwable th)
           
 
Methods inherited from class java.util.Observable
addObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChanged
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

handle

public static void handle(InternalErrorException e)

handle

public static void handle(Throwable th)

handleSilent

public static void handleSilent(Throwable th)

getDelegate

public static ExceptionHandler getDelegate()


Copyright © 2013 Cambio. All Rights Reserved.