com.ptc.wgmecad
Class WGMExceptionHandler

java.lang.Object
  extended bycom.ptc.wgmecad.WGMExceptionHandler

public class WGMExceptionHandler
extends Object


Field Summary
static int HANDLE_METHOD_ASK
           
static int HANDLE_METHOD_CRASH
           
static int HANDLE_METHOD_DUMP
           
static int HANDLE_METHOD_WARN
           
static int handleMethod
           
private static WGMExceptionHandler instance
           
 
Constructor Summary
WGMExceptionHandler()
           
 
Method Summary
static WGMExceptionHandler getInstance()
           
 void handle(Throwable t)
           
(package private) static void init(int _handleMethod)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

HANDLE_METHOD_DUMP

public static int HANDLE_METHOD_DUMP

HANDLE_METHOD_CRASH

public static int HANDLE_METHOD_CRASH

HANDLE_METHOD_ASK

public static int HANDLE_METHOD_ASK

HANDLE_METHOD_WARN

public static int HANDLE_METHOD_WARN

handleMethod

public static int handleMethod

instance

private static WGMExceptionHandler instance
Constructor Detail

WGMExceptionHandler

public WGMExceptionHandler()
Method Detail

init

static void init(int _handleMethod)

handle

public void handle(Throwable t)

getInstance

public static WGMExceptionHandler getInstance()