public class ConstraintViolation extends Object implements Serializable
Constructor and Description |
---|
ConstraintViolation(String message,
String root,
String path,
String value,
ConstraintViolationLevel level) |
Modifier and Type | Method and Description |
---|---|
ConstraintViolationLevel |
getLevel() |
String |
getMessage() |
String |
getPath() |
String |
getRoot() |
String |
getValue() |
public ConstraintViolation(String message, String root, String path, String value, ConstraintViolationLevel level)
public String getMessage()
public String getRoot()
public String getPath()
public String getValue()
public ConstraintViolationLevel getLevel()
Copyright © 2015-2022 Eclipse Foundation. All Rights Reserved.