|
© 2001 BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--com.bea.p13n.exceptions.ApplicationException | +--com.bea.p13n.appflow.exception.ProcessingException | +--com.bea.p13n.appflow.webflow.forms.MissingFormFieldException
Thrown by ValidatedForm when validating a field, if the field is not in the HttpRequestServlet. This is usually the result of a typo, Should have webflow redirect to the missingformfield.jsp to display the missing field.This could be configured in a wildcard processing origin
Constructor Summary | |
MissingFormFieldException(java.lang.String message)
|
Methods inherited from class com.bea.p13n.exceptions.ApplicationException |
getCause,
printStackTrace,
printStackTrace,
printStackTrace,
toString |
Methods inherited from class java.lang.Throwable |
fillInStackTrace,
getLocalizedMessage,
getMessage |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
Constructor Detail |
public MissingFormFieldException(java.lang.String message)
|
© 2001 BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |