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.util.sqlcontainer.
Class ColumnProperty.NotNullableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.vaadin.data.util.sqlcontainer.ColumnProperty.NotNullableException
All Implemented Interfaces:
Enclosing class:
- extends RuntimeException
public class ColumnProperty.NotNullableException
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:
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)
- Parameters:
msg
- the detail message
Constructs a new NotNullableException
with the specified
detail message.
ColumnProperty.NotNullableException
public ColumnProperty.NotNullableException(Throwable cause)
- Parameters:
cause
- The cause of the failure
Constructs a new NotNullableException
from another
exception.