fr.opensagres.xdocreport.core.utils
Class Assert

java.lang.Object
  extended by fr.opensagres.xdocreport.core.utils.Assert

public abstract class Assert
extends Object

Author:
pascalleclercq Inpired from org.springframework.util.Assert

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

Constructor Detail

Assert

public Assert()
Method Detail

notNull

public static void notNull(Object object,
                           String message)
Assert that an object is not null .
Assert.notNull(clazz, "The class must not be null");

Parameters:
object - the object to check
message - the exception message to use if the assertion fails
Throws:
IllegalArgumentException - if the object is null


Copyright © 2013. All rights reserved.