tuffy.util
Class ExceptionMan

java.lang.Object
  extended by tuffy.util.ExceptionMan

public class ExceptionMan
extends java.lang.Object

Container of exception related utilities.


Constructor Summary
ExceptionMan()
           
 
Method Summary
static void die(java.lang.String msg)
           
static void handle(java.lang.Exception e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExceptionMan

public ExceptionMan()
Method Detail

handle

public static void handle(java.lang.Exception e)

die

public static void die(java.lang.String msg)