Class MathInternalError

    • Constructor Detail

      • MathInternalError

        public MathInternalError()
        Deprecated.
        Simple constructor.
      • MathInternalError

        public MathInternalError​(Throwable cause)
        Deprecated.
        Simple constructor.
        Parameters:
        cause - root cause
      • MathInternalError

        public MathInternalError​(Localizable pattern,
                                 Object... args)
        Deprecated.
        Constructor accepting a localized message.
        Parameters:
        pattern - Message pattern explaining the cause of the error.
        args - Arguments.