Package org.keycloak.userprofile
Class ValidationException.Error
- java.lang.Object
-
- org.keycloak.userprofile.ValidationException.Error
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- ValidationException
public static class ValidationException.Error extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Error(ValidationError error)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAttribute()
String
getFormattedMessage(BiFunction<String,Object[],String> messageFormatter)
String
getMessage()
Object[]
getMessageParameters()
javax.ws.rs.core.Response.Status
getStatusCode()
String
toString()
-
-
-
Constructor Detail
-
Error
public Error(ValidationError error)
-
-
Method Detail
-
getAttribute
public String getAttribute()
-
getMessage
public String getMessage()
-
getMessageParameters
public Object[] getMessageParameters()
-
getFormattedMessage
public String getFormattedMessage(BiFunction<String,Object[],String> messageFormatter)
-
getStatusCode
public javax.ws.rs.core.Response.Status getStatusCode()
-
-