anthill.util
Class Util

java.lang.Object
  |
  +--anthill.util.Util

public final class Util
extends java.lang.Object

This class contains various utility methods.


Constructor Summary
Util()
           
 
Method Summary
static void panic(java.lang.Throwable e)
          Print the description of an exceptional condition and exit from it.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Util

public Util()
Method Detail

panic

public static void panic(java.lang.Throwable e)
Print the description of an exceptional condition and exit from it.