Class WrongValueException

    • Constructor Detail

      • WrongValueException

        public WrongValueException​(Component comp,
                                   java.lang.String msg)
        Constructs a wrong value exception to show an error box at the client.
        Parameters:
        comp - the component that causes this exception.
      • WrongValueException

        public WrongValueException​(Component comp,
                                   int code,
                                   java.lang.Object[] fmtArgs)
        Constructs a wrong value exception to show an error box at the client.
        Parameters:
        comp - the component that causes this exception.
      • WrongValueException

        public WrongValueException​(Component comp,
                                   int code,
                                   java.lang.Object fmtArg)
        Constructs a wrong value exception to show an error box at the client.
        Parameters:
        comp - the component that causes this exception.
      • WrongValueException

        public WrongValueException​(Component comp,
                                   int code)
        Constructs a wrong value exception to show an error box at the client.
        Parameters:
        comp - the component that causes this exception.
      • WrongValueException

        public WrongValueException​(Component comp,
                                   java.lang.String msg,
                                   java.lang.Throwable cause)
        Constructs a wrong value exception.
        Since:
        5.0.11
      • WrongValueException

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

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

        public WrongValueException​(java.lang.Throwable cause)
      • WrongValueException

        public WrongValueException()
      • WrongValueException

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

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

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

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

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

        public WrongValueException​(int code)
    • Method Detail

      • getComponent

        public Component getComponent()
        Returns the component that causes this exception, or null.