| | |
| | | */ |
| | | private static final long serialVersionUID = -4268510652395945357L; |
| | | |
| | | // Create the message. |
| | | /** Create the message. */ |
| | | private static LocalizableMessage createMessage(ManagedObject<?> partialManagedObject, |
| | | Collection<PropertyException> causes) { |
| | | Reject.ifNull(causes); |
| | |
| | | } |
| | | } |
| | | |
| | | // The exception(s) that caused this decoding exception. |
| | | /** The exception(s) that caused this decoding exception. */ |
| | | private final Collection<PropertyException> causes; |
| | | |
| | | // The partially created managed object. |
| | | /** The partially created managed object. */ |
| | | private final ManagedObject<?> partialManagedObject; |
| | | |
| | | /** |