|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.empire.struts2.jsp.controls.InputControl.FieldValueError
public static final class InputControl.FieldValueError
This class wraps a parsing or validation error. You should not use this class directly but through the error function of InputControl
| Constructor Summary | |
|---|---|
InputControl.FieldValueError(ErrorType errorType,
String[] msgParams,
String value)
|
|
| Method Summary | |
|---|---|
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()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public InputControl.FieldValueError(ErrorType errorType,
String[] msgParams,
String value)
| Method Detail |
|---|
public ErrorType getErrorType()
ErrorInfo
getErrorType in interface ErrorInfopublic String getValue()
public String[] getErrorParams()
ErrorInfo
getErrorParams in interface ErrorInfopublic String getErrorMessage()
ErrorInfo
getErrorMessage in interface ErrorInfo
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||