Package org.wildstang.framework
Class CoreUtils
java.lang.Object
org.wildstang.framework.CoreUtils
Contains utility functions used across the framework.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidcheckNotNull(Object p_param, String p_message) Throws a NullPointerException if p_param is null.
-
Constructor Details
-
CoreUtils
public CoreUtils()
-
-
Method Details
-
checkNotNull
Throws a NullPointerException if p_param is null.- Parameters:
p_param- Object to check if null.p_message- Message to use in exception.- Throws:
NullPointerException- If p_param is null.
-