Uses of Class
com.labs64.netlicensing.exception.MalformedArgumentsException
-
Uses of MalformedArgumentsException in com.labs64.netlicensing.util
Modifier and TypeMethodDescriptionstatic void
CheckUtils.paramNotEmpty
(String parameter, String parameterName) Ensures that a string passed as a parameter to the calling method is not null or empty.static void
CheckUtils.paramNotNull
(Object parameter, String parameterName) Ensures that an object reference passed as a parameter to the calling method is not null.