public static final class InputControl.FieldValueError extends Object implements ErrorInfo
| Constructor and Description |
|---|
InputControl.FieldValueError(ErrorType errorType,
String[] msgParams,
String value) |
| Modifier and Type | Method and Description |
|---|---|
String |
getErrorMessage()
Returns the message associated with the last error.
|
String[] |
getErrorParams()
Returns the parameters used to build the error text.
|
ErrorType |
getErrorType()
Returns the last error code.
|
String |
getValue() |
public ErrorType getErrorType()
ErrorInfogetErrorType in interface ErrorInfopublic String getValue()
public String[] getErrorParams()
ErrorInfogetErrorParams in interface ErrorInfopublic String getErrorMessage()
ErrorInfogetErrorMessage in interface ErrorInfoCopyright © 2008–2020 Apache Software Foundation. All rights reserved.