com.vaadin.data.

Class Property.ReadOnlyException

  • All Implemented Interfaces:

    Serializable

    Enclosing interface:

    Property<T>


    public static class Property.ReadOnlyException
    extends RuntimeException

    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()

        Constructs a new ReadOnlyException without a detail message.

      • ReadOnlyException

        public ReadOnlyException(String msg)

        Constructs a new ReadOnlyException with the specified detail message.

        Parameters:

        msg - the detail message