com.vaadin.data
Class Property.ReadOnlyException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.vaadin.data.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
Version:
7.0.0.alpha3
Author:
Vaadin Ltd.
See Also:
Serialized Form

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)
Constructs a new ReadOnlyException with the specified detail message.

Parameters:
msg - the detail message


Copyright © 2000-2011 Vaadin Ltd. All Rights Reserved.