public static class ValidationException.Error extends Object implements Serializable
| Constructor and Description |
|---|
Error(ValidationError error,
BiFunction<String,Object[],String> messageFormatter) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAttribute() |
String |
getFormattedMessage() |
String |
getMessage() |
Object[] |
getMessageParameters() |
javax.ws.rs.core.Response.Status |
getStatusCode() |
String |
toString() |
public Error(ValidationError error, BiFunction<String,Object[],String> messageFormatter)
Copyright © 2021 JBoss by Red Hat. All rights reserved.