Class NullArgumentException

  • All Implemented Interfaces:
    java.io.Serializable, MathThrowable

    public class NullArgumentException
    extends MathIllegalArgumentException
    All conditions checks that fail due to a 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.
    Since:
    2.2
    See Also:
    Serialized Form
    • Constructor Detail

      • NullArgumentException

        public NullArgumentException()
        Default constructor.
      • NullArgumentException

        public NullArgumentException​(Localizable specific)
        Parameters:
        specific - Message pattern providing the specific context of the error.