public class SpecModelValidationError extends Object
Modifier and Type | Field and Description |
---|---|
Object |
annotation |
Object |
element |
String |
message |
Constructor and Description |
---|
SpecModelValidationError(Object element,
Object annotation,
String message) |
SpecModelValidationError(Object element,
String message) |