public class ParameterNotInitializedException extends RuntimeException
Constructor and Description |
---|
ParameterNotInitializedException(String paramName)
Constructs a new
ParameterNotInitializedException for the
specified parameter. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ParameterNotInitializedException(String paramName) throws IllegalArgumentException
ParameterNotInitializedException
for the
specified parameter.paramName
- the name of the parameter that is attempted to be retrieved, cannot
be null
.IllegalArgumentException
- if paramName == null
.See http://www.xins.org/.