Class MathIllegalArgumentException

    • Constructor Detail

      • MathIllegalArgumentException

        public MathIllegalArgumentException​(Localizable pattern,
                                            Object... args)
        Simple constructor.
        Parameters:
        pattern - Message pattern explaining the cause of the error.
        args - Arguments.
      • MathIllegalArgumentException

        public MathIllegalArgumentException​(Throwable cause,
                                            Localizable specifier,
                                            Object... parts)
        Simple constructor.
        Parameters:
        cause - root cause.
        specifier - format specifier (to be translated).
        parts - parts to insert in the format (no translation).
        Since:
        1.4