PropertyConstraintViolation

public final class PropertyConstraintViolation

An entity to represent a constraint violation of a property.

Constructors

Properties

Link copied to clipboard
private final String message

The constraint violation message

Link copied to clipboard
private final String name

The name of the constraint-violated field

Link copied to clipboard
private final String path

The path of the constraint-violated field

Functions

Link copied to clipboard
public final String getMessage()

The constraint violation message

Link copied to clipboard
public final String getName()

The name of the constraint-violated field

Link copied to clipboard
public final String getPath()

The path of the constraint-violated field