public class ColumnProperty.NotNullableException extends RuntimeException
null value was passed to
the setValue method, but the value of this property can not
be set to null.| Constructor and Description |
|---|
NotNullableException()
Constructs a new
NotNullableException without a detail
message. |
NotNullableException(String msg)
Constructs a new
NotNullableException with the specified
detail message. |
NotNullableException(Throwable cause)
Constructs a new
NotNullableException from another
exception. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic NotNullableException()
NotNullableException without a detail
message.public NotNullableException(String msg)
NotNullableException with the specified
detail message.msg - the detail messagepublic NotNullableException(Throwable cause)
NotNullableException from another
exception.cause - The cause of the failureCopyright © 2019 Vaadin Ltd. All rights reserved.