com.vaadin.data.util.sqlcontainer
Class ColumnProperty.NotNullableException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.vaadin.data.util.sqlcontainer.ColumnProperty.NotNullableException
All Implemented Interfaces:
Serializable
Enclosing class:
ColumnProperty

public class ColumnProperty.NotNullableException
extends RuntimeException

An exception that signals that a null value was passed to the setValue method, but the value of this property can not be set to null.

See Also:
Serialized Form

Constructor Summary
ColumnProperty.NotNullableException()
          Constructs a new NotNullableException without a detail message.
ColumnProperty.NotNullableException(String msg)
          Constructs a new NotNullableException with the specified detail message.
ColumnProperty.NotNullableException(Throwable cause)
          Constructs a new NotNullableException from another exception.
 
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

ColumnProperty.NotNullableException

public ColumnProperty.NotNullableException()
Constructs a new NotNullableException without a detail message.


ColumnProperty.NotNullableException

public ColumnProperty.NotNullableException(String msg)
Constructs a new NotNullableException with the specified detail message.

Parameters:
msg - the detail message

ColumnProperty.NotNullableException

public ColumnProperty.NotNullableException(Throwable cause)
Constructs a new NotNullableException from another exception.

Parameters:
cause - The cause of the failure


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