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 SummaryConstructors Constructor Description Error(ValidationError error)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAttribute()StringgetFormattedMessage(BiFunction<String,Object[],String> messageFormatter)StringgetMessage()Object[]getMessageParameters()javax.ws.rs.core.Response.StatusgetStatusCode()StringtoString()
 
- 
- 
- 
Constructor Detail- 
Errorpublic Error(ValidationError error) 
 
- 
 - 
Method Detail- 
getAttributepublic String getAttribute() 
 - 
getMessagepublic String getMessage() 
 - 
getMessageParameterspublic Object[] getMessageParameters() 
 - 
getFormattedMessagepublic String getFormattedMessage(BiFunction<String,Object[],String> messageFormatter) 
 - 
getStatusCodepublic javax.ws.rs.core.Response.Status getStatusCode() 
 
- 
 
-