PropertyValueException

Thrown when the (illegal) value of a property can not be persisted. There are two main causes: a property declared not-null="true" is null or an association references an unsaved transient instance

Constructors

this
this(string msg, string f, size_t l)
Undocumented in source.
this
this(Throwable causedBy, string f, size_t l)
Undocumented in source.

Meta