SourcePro® API Reference Guide

 
List of all members | Public Member Functions
RWMimeParseError Class Reference

Reports the failure to successfully parse a MIME header. More...

#include <rw/mime/RWMimeParseError.h>

Inheritance diagram for RWMimeParseError:
RWMimeError RWxmsg

Public Member Functions

 RWMimeParseError (const RWCString &msg)
 
virtual ~RWMimeParseError (void)
 
- Public Member Functions inherited from RWMimeError
 RWMimeError (const RWCString &msg)
 
virtual ~RWMimeError (void)
 
- Public Member Functions inherited from RWxmsg
 RWxmsg (const char *msg)
 
 RWxmsg (const RWxmsg &msg)
 
 RWxmsg (RWxmsg &&msg)
 
RWxmsgoperator= (const RWxmsg &)
 
RWxmsgoperator= (RWxmsg &&msg)
 
virtual void raise () const
 
void swap (RWxmsg &rhs)
 
virtual const char * why () const
 

Additional Inherited Members

- Protected Member Functions inherited from RWxmsg
 RWxmsg (const char *msg, bool doCopy)
 

Detailed Description

The MIME package throws RWMimeParseError when asked to parse a string which is not valid MIME.

Constructor & Destructor Documentation

RWMimeParseError::RWMimeParseError ( const RWCString msg)

Constructs an RWMimeParseError with the message msg.

virtual RWMimeParseError::~RWMimeParseError ( void  )
virtual

Destructor.

Copyright © 2023 Rogue Wave Software, Inc., a Perforce company. All Rights Reserved.