Uses of Class
com.aoapps.lang.NullArgumentException
-
Packages that use NullArgumentException Package Description com.aoapps.lang -
-
Uses of NullArgumentException in com.aoapps.lang
Methods in com.aoapps.lang that throw NullArgumentException Modifier and Type Method Description static <T> TNullArgumentException. checkNotNull(T argument)Checks an argument and throws an exception if null.static <T> TNullArgumentException. checkNotNull(T argument, String argumentName)Checks an argument and throws an exception if null.
-