Path

ez components / documentation / api reference / 1.1.1 / mail


eZ Components 1.1.1

Mail: ezcMailException

[ Tutorial ] [ Display-example ] [ Class tree ] [ Element index ] [ ChangeLog ] [ Credits ]

Class: ezcMailException

ezcMailExceptions are thrown when an exceptional state occures in the Mail package. [source]

Parents

Exception
   |
   --ezcBaseException
      |
      --ezcMailException

Descendents

Child Class Description
ezcMailNoSuchMessageException The ezcMailNoSuchMessageException is thrown when a message with an ID is requested that doesn't exist in the transport.

Inherited Member Variables

From ezcBaseException:
public  ezcBaseException::$originalMessage

Method Summary

public ezcMailException __construct( $message, $code )
Constructs a new ezcMailException with error message $message and error code $code.

Inherited Methods

From ezcBaseException :
public ezcBaseException ezcBaseException::__construct()
Constructs a new ezcBaseException with $message

Methods

__construct

ezcMailException __construct( string $message, int $code )
Constructs a new ezcMailException with error message $message and error code $code.

Parameters

Name Type Description
$message string  
$code int  

Redefinition of

Method Description
ezcBaseException::__construct() Constructs a new ezcBaseException with $message

Redefined in descendants as

Method Description
ezcMailNoSuchMessageException::__construct() Constructs an ezcMailNoSuchMessageException

Last updated: Thu, 01 Nov 2007