public class RuleResultDetail extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
errorCode
Detail error code.
|
protected Map<String,Object> |
parameters
Additional parameters that provide information about validation failure.
|
Constructor and Description |
---|
RuleResultDetail(String code,
Map<String,Object> params)
Creates a new rule result detail.
|
Modifier and Type | Method and Description |
---|---|
String |
getErrorCode()
Returns the error code.
|
Map<String,Object> |
getParameters()
Returns the parameters.
|
Object[] |
getValues()
Returns the parameter values.
|
String |
toString() |
protected final String errorCode
public String getErrorCode()
public Map<String,Object> getParameters()
public Object[] getValues()
Copyright © 2003-2014 Virginia Tech. All Rights Reserved.