© 2001 BEA Systems, Inc.


com.bea.p13n.appflow.webflow.forms
Class MissingFormFieldException

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

public class MissingFormFieldException
extends ProcessingException

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

See Also:
Serialized Form

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

MissingFormFieldException

public MissingFormFieldException(java.lang.String message)

© 2001 BEA Systems, Inc.

Copyright © 2001 BEA Systems, Inc. All Rights Reserved