Class MathIllegalStateException

    • Constructor Detail

      • MathIllegalStateException

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

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