Class Assert
java.lang.Object
fr.opensagres.xdocreport.core.utils.Assert
- Author:
- pascalleclercq Inpired from org.springframework.util.Assert
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Assert
public Assert()
-
-
Method Details
-
notNull
Assert that an object is notnull.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 isnull
-