|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.sun.portal.providers.ProviderException
com.sun.portal.providers.InvalidEditFormDataException
This exception (or a subclass of) should be thrown from the
Provider.processEdit
method when there is an
error in the data input by the user.
Upon catching this exception,
the desktop will return the user to the provider's
edit page, and insert into the page the result of this class's
getMessage()
method.
ProfileProviderAdapter
,
Provider
,
ProviderException
,
Provider.processEdit(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)
,
Throwable.getMessage()
,
Serialized FormField Summary |
Fields inherited from class com.sun.portal.providers.ProviderException |
wrapped |
Constructor Summary | |
InvalidEditFormDataException(java.lang.String msg)
Constructs a new exception with the specified message, indicating an error in the data input is entered by the user in the edit page. |
Methods inherited from class com.sun.portal.providers.ProviderException |
getWrapped, printStackTrace, printStackTrace, printStackTrace, toString |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public InvalidEditFormDataException(java.lang.String msg)
msg
- The descriptive message.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |