Class ArithmeticWrongValueException

    • Constructor Detail

      • ArithmeticWrongValueException

        public ArithmeticWrongValueException​(Component comp,
                                             java.lang.String msg,
                                             java.lang.Throwable cause,
                                             java.lang.Object value)
      • ArithmeticWrongValueException

        public ArithmeticWrongValueException​(Component comp,
                                             java.lang.String msg,
                                             java.lang.Object value)
      • ArithmeticWrongValueException

        public ArithmeticWrongValueException​(java.lang.Object value)
      • ArithmeticWrongValueException

        public ArithmeticWrongValueException()
      • ArithmeticWrongValueException

        public ArithmeticWrongValueException​(Component comp,
                                             int code,
                                             java.lang.Object[] fmtArgs,
                                             java.lang.Object value)
      • ArithmeticWrongValueException

        public ArithmeticWrongValueException​(Component comp,
                                             int code,
                                             java.lang.Object[] fmtArgs)
      • ArithmeticWrongValueException

        public ArithmeticWrongValueException​(Component comp,
                                             int code,
                                             java.lang.Object fmtArg)
      • ArithmeticWrongValueException

        public ArithmeticWrongValueException​(Component comp,
                                             int code)
      • ArithmeticWrongValueException

        public ArithmeticWrongValueException​(int code,
                                             java.lang.Object fmtArg,
                                             java.lang.Throwable cause)
      • ArithmeticWrongValueException

        public ArithmeticWrongValueException​(int code,
                                             java.lang.Object fmtArg)
      • ArithmeticWrongValueException

        public ArithmeticWrongValueException​(int code,
                                             java.lang.Object[] fmtArgs,
                                             java.lang.Throwable cause)
      • ArithmeticWrongValueException

        public ArithmeticWrongValueException​(int code,
                                             java.lang.Object[] fmtArgs)
      • ArithmeticWrongValueException

        public ArithmeticWrongValueException​(int code,
                                             java.lang.Throwable cause)
      • ArithmeticWrongValueException

        public ArithmeticWrongValueException​(int code)
      • ArithmeticWrongValueException

        public ArithmeticWrongValueException​(java.lang.String msg,
                                             java.lang.Throwable cause)
      • ArithmeticWrongValueException

        public ArithmeticWrongValueException​(java.lang.String s)
      • ArithmeticWrongValueException

        public ArithmeticWrongValueException​(java.lang.Throwable cause)
    • Method Detail

      • getValue

        public java.lang.Object getValue()
        Returns:
        the value that causes the exception.