Class MathIllegalNumberException

    • Field Detail

      • INTEGER_ZERO

        protected static final Integer INTEGER_ZERO
        Deprecated.
        Helper to avoid boxing warnings. @since 3.3
    • Constructor Detail

      • MathIllegalNumberException

        protected MathIllegalNumberException​(Localizable pattern,
                                             Number wrong,
                                             Object... arguments)
        Deprecated.
        Construct an exception.
        Parameters:
        pattern - Localizable pattern.
        wrong - Wrong number.
        arguments - Arguments.
    • Method Detail

      • getArgument

        public Number getArgument()
        Deprecated.
        Get argument.
        Returns:
        argument