net.sf.jdigg.util
Class Assert

java.lang.Object
  extended by net.sf.jdigg.util.Assert

public final class Assert
extends java.lang.Object

Utility class for assertions.

Since:
1.0 M1
Author:
Philip May

Method Summary
static void notNull(java.lang.Object object)
           
static void notNull(java.lang.Object object, java.lang.String message)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

notNull

public static void notNull(java.lang.Object object,
                           java.lang.String message)

notNull

public static void notNull(java.lang.Object object)


Copyright © 2008. All Rights Reserved.