Class MethodProperty.MethodException

  • All Implemented Interfaces:
    Serializable
    Enclosing class:
    MethodProperty<T>

    @Deprecated
    public static class MethodProperty.MethodException
    extends RuntimeException
    Deprecated.
    Exception object that signals that there were problems calling or finding the specified getter or setter methods of the property.
    Since:
    3.0
    Author:
    Vaadin Ltd.
    See Also:
    Serialized Form
    • Constructor Detail

      • MethodException

        public MethodException​(Property property,
                               String msg)
        Deprecated.
        Constructs a new MethodException with the specified detail message.
        Parameters:
        property - the property.
        msg - the detail message.
      • MethodException

        public MethodException​(Property property,
                               Throwable cause)
        Deprecated.
        Constructs a new MethodException from another exception.
        Parameters:
        property - the property.
        cause - the cause of the exception.
    • Method Detail

      • getMethodProperty

        public MethodProperty getMethodProperty()
        Deprecated.
        Gets the method property this exception originates from.
        Returns:
        MethodProperty or null if not a valid MethodProperty
      • getProperty

        public Property getProperty()
        Deprecated.
        Gets the method property this exception originates from.
        Returns:
        Property from which the exception originates