|
Oracle Fusion Middleware Java API Reference for Oracle PDK Java 11g Release 1 (11.1.1) E10691-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Validateable
Validateable objects have the ability to validate their
internal state and report errors to calling code. See the validate(String, ValidationError) method.
| Method Summary | |
|---|---|
void |
validate(java.lang.String context,
ValidationError errors)
Validate the internal state of this Validateable
instance. |
| Method Detail |
|---|
void validate(java.lang.String context,
ValidationError errors)
Validateable
instance. Append context information to the supplied
java.lang.String and report any errors to the supplied
ValidationError.
context - A java.lang.String representing the context
as far as the calling client. Validateable instances append
context information here.errors - A ValidationError
instance to be used for reporting errors.
|
Oracle Fusion Middleware Java API Reference for Oracle PDK Java 11g Release 1 (11.1.1) E10691-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||