Class ResteasyConstraintViolation
java.lang.Object
org.jboss.resteasy.api.validation.ResteasyConstraintViolation
- All Implemented Interfaces:
Serializable
- Version:
- $Revision: 1.1 $ Copyright Jun 4, 2013
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate ConstraintType.Type
private String
private String
private static final long
private String
-
Constructor Summary
ConstructorsConstructorDescriptionResteasyConstraintViolation
(ConstraintType.Type constraintType, String path, String message, String value) -
Method Summary
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
constraintType
-
path
-
message
-
value
-
-
Constructor Details
-
ResteasyConstraintViolation
public ResteasyConstraintViolation(ConstraintType.Type constraintType, String path, String message, String value) -
ResteasyConstraintViolation
public ResteasyConstraintViolation()
-
-
Method Details
-
getConstraintType
- Returns:
- type of constraint
-
getPath
- Returns:
- description of element violating constraint
-
getMessage
- Returns:
- description of constraint violation
-
getValue
- Returns:
- object in violation of constraint
-
toString
-
type
- Returns:
- String form of violation type
-