Class PropertyNotFoundException

  • All Implemented Interfaces:
    java.io.Serializable, Messageable, MessageConst

    public class PropertyNotFoundException
    extends UiException
    Represents the a property (a.k.a., a method of a component) is not found.
    Since:
    3.0.5
    Author:
    tomyeh
    See Also:
    Serialized Form
    • Constructor Detail

      • PropertyNotFoundException

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

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

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

        public PropertyNotFoundException()
      • PropertyNotFoundException

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

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

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

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

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

        public PropertyNotFoundException​(int code)