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()
ErrorInfo
getErrorType
in interface ErrorInfo
public String getValue()
public String[] getErrorParams()
ErrorInfo
getErrorParams
in interface ErrorInfo
public String getErrorMessage()
ErrorInfo
getErrorMessage
in interface ErrorInfo
Copyright © 2008–2017 Apache Software Foundation. All rights reserved.