org.matalon.pagerankhits.util
Class CommonUtil

java.lang.Object
  extended byorg.matalon.pagerankhits.util.CommonUtil

public class CommonUtil
extends java.lang.Object

This class includes common utilities.

Author:
Yonatan Matalon

Constructor Summary
CommonUtil()
           
 
Method Summary
static void report(java.lang.Throwable t)
          Reports that an Exception has occured.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommonUtil

public CommonUtil()
Method Detail

report

public static final void report(java.lang.Throwable t)
Reports that an Exception has occured.

Parameters:
t -