Overview   Project   Class   Tree   Deprecated   Index 
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD

dcl.old.net
Class HttpFormDataDecoderException

Object
   |
   +--Exception
         |
         +--HttpFormDataDecoderException

   in HttpCollection.h

class HttpFormDataDecoderException
extends Exception


Inner Classes, Typedefs, and Enums
enum HttpFormDataDecoderException::ErrorCode
          
 
Field Summary
 HttpFormDataDecoderException::ErrorCode m_errorCode
          
 String m_strMsg
          
   
Fields inherited from class Exception
m_pCause
 
Constructor Summary
HttpFormDataDecoderException( HttpFormDataDecoderException::ErrorCode errorCode, const String& strMsg )
          
HttpFormDataDecoderException( HttpFormDataDecoderException::ErrorCode errorCode, IOException* pDetailEx )
          
 
Method Summary
 virtual String getMessage() const
          
   
Methods inherited from class Exception
cause, getMessage, getMessageAll, destroy
   
Methods inherited from class Object
toString, destroy, className, isInstanceOf, typeInfo
 

Field Detail

m_errorCode

public HttpFormDataDecoderException::ErrorCode m_errorCode;

m_strMsg

public String m_strMsg;


Constructor Detail

HttpFormDataDecoderException

public HttpFormDataDecoderException( HttpFormDataDecoderException::ErrorCode errorCode, const String& strMsg );

HttpFormDataDecoderException

public HttpFormDataDecoderException( HttpFormDataDecoderException::ErrorCode errorCode, IOException* pDetailEx );


Method Detail

getMessage

public virtual String getMessage() const;

 Overview   Project   Class   Tree   Deprecated   Index 
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD