|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.vaadin.data.util.sqlcontainer.ColumnProperty.NotNullableException
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.
| 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 |
|---|
public ColumnProperty.NotNullableException()
NotNullableException without a detail
message.
public ColumnProperty.NotNullableException(String msg)
NotNullableException with the specified
detail message.
msg - the detail messagepublic ColumnProperty.NotNullableException(Throwable cause)
NotNullableException from another
exception.
cause - The cause of the failure
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||