|
||||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Object | +--Exception | +--HttpFormDataDecoderExceptionin HttpCollection.h
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 |
public HttpFormDataDecoderException::ErrorCode m_errorCode;
public String m_strMsg;
Constructor Detail |
public HttpFormDataDecoderException( HttpFormDataDecoderException::ErrorCode errorCode, const String& strMsg );
public HttpFormDataDecoderException( HttpFormDataDecoderException::ErrorCode errorCode, IOException* pDetailEx );
Method Detail |
public virtual String getMessage() const;
|
||||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |