public static class Property.ReadOnlyException extends RuntimeException
Exception object that signals that a requested Property
modification failed because it's in read-only mode.| Constructor and Description |
|---|
ReadOnlyException()
Constructs a new
ReadOnlyException without a detail
message. |
ReadOnlyException(String msg)
Constructs a new
ReadOnlyException with the specified
detail message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ReadOnlyException()
ReadOnlyException without a detail
message.public ReadOnlyException(String msg)
ReadOnlyException with the specified
detail message.msg - the detail messageCopyright © 2016 Vaadin Ltd. All rights reserved.