Class ParamChecks
java.lang.Object
org.jfree.chart.util.ParamChecks
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidnullNotPermitted(Object param, String name) Throws anIllegalArgumentExceptionif the suppliedparamisnull.
-
Constructor Details
-
ParamChecks
public ParamChecks()
-
-
Method Details
-
nullNotPermitted
Throws anIllegalArgumentExceptionif the suppliedparamisnull.- Parameters:
param- the parameter to check (nullpermitted).name- the name of the parameter (to use in the exception message ifparamisnull).- Throws:
IllegalArgumentException- ifparamisnull.- Since:
- 1.0.14
-