fr.opensagres.xdocreport.core.utils
Class Assert
java.lang.Object
fr.opensagres.xdocreport.core.utils.Assert
public abstract class Assert
- extends Object
- Author:
- pascalleclercq
Inpired from org.springframework.util.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 |
Assert
public Assert()
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 checkmessage - the exception message to use if the assertion fails
- Throws:
IllegalArgumentException - if the object is null
Copyright © 2014. All Rights Reserved.