Class MathIllegalNumberException

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected static java.lang.Integer INTEGER_ZERO
      Helper to avoid boxing warnings.
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected MathIllegalNumberException​(Localizable pattern, java.lang.Number wrong, java.lang.Object... arguments)
      Construct an exception.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Number getArgument()  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • INTEGER_ZERO

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

      • MathIllegalNumberException

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

      • getArgument

        public java.lang.Number getArgument()
        Returns:
        the requested value.