public class NullArgumentException extends MathIllegalArgumentException
null
argument must throw
this exception.
This class is meant to signal a precondition violation ("null is an illegal
argument") and so does not extend the standard NullPointerException
.
Proagation of NullPointerException
from within Commons-Math is
construed to be a bug.Constructor and Description |
---|
NullArgumentException()
Default constructor.
|
NullArgumentException(Localizable specific) |
getArguments, getGeneralPattern, getLocalizedMessage, getMessage, getMessage, getSpecificPattern
public NullArgumentException()
public NullArgumentException(Localizable specific)
specific
- Message pattern providing the specific context of
the error."Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"