testrti
Class DEV_TOOLS

java.lang.Object
  extended by testrti.DEV_TOOLS

public class DEV_TOOLS
extends java.lang.Object

Author:
rzm To change the template for this generated type comment go to Window>Preferences>Java>Code Generation>Code and Comments

Constructor Summary
DEV_TOOLS()
           
 
Method Summary
static void print(java.lang.String message)
           
static void showException(java.lang.Exception e)
           
static void showException(java.lang.String pre, java.lang.Exception e)
           
static void stopRead(java.lang.String msg)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DEV_TOOLS

public DEV_TOOLS()
Method Detail

stopRead

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

showException

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

showException

public static void showException(java.lang.String pre,
                                 java.lang.Exception e)

print

public static void print(java.lang.String message)