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