|
Oracle Fusion Middleware Java API Reference for Oracle Web Services Manager 11g (11.1.1) E10689-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IValidationError
Nested Class Summary | |
---|---|
static class |
IValidationError.VALIDATION_MSG_LEVEL_ENUM Validation Message Level "ERROR" and "WARNING" |
Field Summary | |
---|---|
static String |
GENERIC_ERROR_CODE Generic Validation error code Can be used when no suitable error code is found |
static String |
VALIDATION_MSG_LEVEL_ERROR |
static String |
VALIDATION_MSG_LEVEL_WARNING |
Method Summary | |
---|---|
String |
getErrorCode() return error code for this error Error Code is used for purposes of internationalization of error messages. |
String |
getErrorContext() Return the error context. |
IValidationError.VALIDATION_MSG_LEVEL_ENUM |
getErrorLevel() Return the level of the Error Message - supported levels are ERROR and WARNING |
String |
getErrorMessage() Get the error message. |
String |
getErrorMessage(Locale locale) Get the localized error message. |
ResourceBundle |
getResourceBundle(Locale locale) Get Resource Bundle Pass null to get the default resource bundle. |
void |
setErrorCode(String code) Set error code for this error Error Code is used for purposes of internationalization of error messages. |
void |
setErrorMessage(String message) |
void |
setResourceBundle(String bundle) Set Resource Bundle |
Field Detail |
---|
static final String VALIDATION_MSG_LEVEL_ERROR
static final String VALIDATION_MSG_LEVEL_WARNING
static final String GENERIC_ERROR_CODE
Method Detail |
---|
String getErrorCode()
void setErrorCode(String code)
Error
- Code to be setString getErrorMessage()
String getErrorMessage(Locale locale)
void setErrorMessage(String message)
message
- Validation Error messageString getErrorContext()
IValidationError.VALIDATION_MSG_LEVEL_ENUM getErrorLevel()
void setResourceBundle(String bundle)
ResourceBundle getResourceBundle(Locale locale)
locale
-
|
Oracle Fusion Middleware Java API Reference for Oracle Web Services Manager 11g (11.1.1) E10689-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |