|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.ow2.opensuit.core.validation.ValidationError
public abstract class ValidationError
Constructor Summary | |
---|---|
ValidationError()
|
Method Summary | |
---|---|
abstract java.lang.String |
getMessage(javax.servlet.http.HttpServletRequest iRequest)
Returns the localized validation message |
boolean |
getStopValidation()
|
ValidationError |
setStopValidation(boolean stopValidation)
|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ValidationError()
Method Detail |
---|
public ValidationError setStopValidation(boolean stopValidation)
public boolean getStopValidation()
public abstract java.lang.String getMessage(javax.servlet.http.HttpServletRequest iRequest)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |