|
||||||||||
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
com.sun.portal.providers.AsciiFormInputExpectedException
This exception should be thrown from processEdit
when it requires ASCII-only encoded form input but is sent something else.
ProviderException
,
Provider.getEdit(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)
,
Serialized FormField Summary |
Fields inherited from class com.sun.portal.providers.ProviderException |
wrapped |
Constructor Summary | |
AsciiFormInputExpectedException(java.lang.String msg)
Constructs a new exception with the specified message, indicating a ASCII encoded string is expected but got something else from the input is sent. |
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 AsciiFormInputExpectedException(java.lang.String msg)
msg
- The descriptive message.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |