|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sca4j.host.contribution.ValidationFailure<T>
public abstract class ValidationFailure<T>
Base class for validation failures.
| Constructor Summary | |
|---|---|
protected |
ValidationFailure(T modelObject)
Constructor specifying the validatable object associated with this failure. |
| Method Summary | |
|---|---|
java.lang.String |
getMessage()
|
T |
getValidatable()
Returns the object that failed validation. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected ValidationFailure(T modelObject)
modelObject - the model object associated with this failure| Method Detail |
|---|
public T getValidatable()
public java.lang.String getMessage()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||