net.sf.arise.util
Class ExceptionUtil

java.lang.Object
  |
  +--net.sf.arise.util.ExceptionUtil

public final class ExceptionUtil
extends java.lang.Object

Author:
Maja S Bratseth

Method Summary
static java.lang.Exception getException(java.lang.Throwable e)
           
static java.lang.RuntimeException getRuntimeException(java.lang.Throwable e)
           
static void report(java.lang.String msg, boolean throwException)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getRuntimeException

public static java.lang.RuntimeException getRuntimeException(java.lang.Throwable e)

getException

public static java.lang.Exception getException(java.lang.Throwable e)

report

public static void report(java.lang.String msg,
                          boolean throwException)


All code and documentation is

Copyright (c) : 2000-2003 Kjetil Valstadsve & Maja S. Bratseth