We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.data.
Class Property.ReadOnlyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.vaadin.data.Property.ReadOnlyException
All Implemented Interfaces:
Enclosing interface:
- extends RuntimeException
public static class Property.ReadOnlyException
Exception
object that signals that a requested Property
modification failed because it's in read-only mode.
Since:
3.0
Version:
6.8.18
Author:
Vaadin Ltd.
See Also:
Constructor Summary | |
---|---|
Property.ReadOnlyException()
Constructs a new ReadOnlyException without a detail
message. |
|
Property.ReadOnlyException(String msg)
Constructs a new ReadOnlyException with the specified
detail message. |
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
Property.ReadOnlyException
public Property.ReadOnlyException()
Constructs a new ReadOnlyException
without a detail
message.
Property.ReadOnlyException
public Property.ReadOnlyException(String msg)
- Parameters:
msg
- the detail message
Constructs a new ReadOnlyException
with the specified
detail message.