Into

Modules

Documentation

classPiiMimeException

#include <PiiMimeException.h>

Used to indicate error conditions in MIME headers.

Inherits PiiException

Description

Public types

enum
{ HeaderTooLarge, InvalidFormat }

Codes for different exception types.

Constructors and destructor

( )

Constructs a new PiiMimeException with the given code, error message and location.

Public member functions

( )

Get the cause of the exception.

Static public member functions

static const char *

Returns a textual representation of the error associated with code.

Enumeration details

  • enum Code

    Codes for different exception types.

    • HeaderTooLarge - header size exceeds limit

    • InvalidFormat - the MIME message has invalid format.

Function details

  • PiiMimeException

    ( )

    Constructs a new PiiMimeException with the given code, error message and location.

  • Code code

    ()

    Get the cause of the exception.

  • static const char * messageForCode

    ( )
    [static]

    Returns a textual representation of the error associated with code.

Notes (0)

Add a note

Not a single note added yet. Be the first, add yours.