Class Property.ReadOnlyException

  • All Implemented Interfaces:
    Serializable
    Enclosing interface:
    Property<T>

    @Deprecated
    public static class Property.ReadOnlyException
    extends RuntimeException
    Deprecated.
    Exception object that signals that a requested Property modification failed because it's in read-only mode.
    Since:
    3.0
    Author:
    Vaadin Ltd.
    See Also:
    Serialized Form
    • Constructor Detail

      • ReadOnlyException

        public ReadOnlyException()
        Deprecated.
        Constructs a new ReadOnlyException without a detail message.
      • ReadOnlyException

        public ReadOnlyException​(String msg)
        Deprecated.
        Constructs a new ReadOnlyException with the specified detail message.
        Parameters:
        msg - the detail message