com.tc.object.bytecode.hook.impl
Class Util

java.lang.Object
  extended by com.tc.object.bytecode.hook.impl.Util

public class Util
extends java.lang.Object

Helper utility methods


Method Summary
static void exit()
          System.exit() without an exception
static void exit(java.lang.Throwable t)
          Dump an exception and System.exit().
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

exit

public static void exit()
System.exit() without an exception


exit

public static void exit(java.lang.Throwable t)
Dump an exception and System.exit().

Parameters:
t - Exception


Copyright © 2010 Terracotta, Inc.. All Rights Reserved.