com.iplanet.portalserver.providers
Class AsciiFormInputExpectedException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.iplanet.portalserver.providers.ProviderException
                    |
                    +--com.iplanet.portalserver.providers.InvalidEditFormDataException
                          |
                          +--com.iplanet.portalserver.providers.AsciiFormInputExpectedException

public class AsciiFormInputExpectedException
extends InvalidEditFormDataException

This exception should be thrown from processEditForm when it requires ASCII-only encoded form input but is sent something else.

See Also:
ProviderException, Provider.getEdit(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse), Serialized Form

Constructor Summary
AsciiFormInputExpectedException()
           
AsciiFormInputExpectedException(java.lang.String msg)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AsciiFormInputExpectedException

public AsciiFormInputExpectedException()

AsciiFormInputExpectedException

public AsciiFormInputExpectedException(java.lang.String msg)