Path

ez components / documentation / api reference / latest / archive


eZ Components latest

Archive: ezcArchiveException

[ Tutorial ] [ Class tree ] [ Element index ] [ ChangeLog ] [ Credits ]

Class: ezcArchiveException

General exception class for the Archive package. [source]

Parents

Exception
   |
   --ezcBaseException
      |
      --ezcArchiveException

Descendents

Child Class Description
ezcArchiveValueException Exception thrown when encountering a wrong archive value.
ezcArchiveEmptyException Exception for when an archive is empty.
ezcArchiveChecksumException Exception will be thrown when the checksum of the file is invalid.
ezcArchiveEntryPrefixException An exception for an invalid prefix of a file entry.
ezcArchiveUnknownTypeException Exception thrown when encountering an archive of an unknow type.
ezcArchiveInternalException Exception used when an internal errors occurs in the Archive component.
ezcArchiveIoException Exception thrown when an IO error occurs.
ezcArchiveBlockSizeException Exception will be thrown when the block-size of an archive is invalid.

Inherited Member Variables

From ezcBaseException:
public  ezcBaseException::$originalMessage

Method Summary

public ezcArchiveException __construct( $message )
Construct a new archive exception.

Inherited Methods

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

Methods

__construct

ezcArchiveException __construct( string $message )
Construct a new archive exception.

Parameters

Name Type Description
$message string  

Redefinition of

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

Redefined in descendants as

Method Description
ezcArchiveValueException::__construct() Construct an archive exception.
ezcArchiveEmptyException::__construct() Constructs a new exception for empty archive.
ezcArchiveChecksumException::__construct() Constructs a new checksum exception for the specified file.
ezcArchiveEntryPrefixException::__construct() Constructs a new entry prefix exception for the specified file entry.
ezcArchiveUnknownTypeException::__construct() Constructs a new unknown type exception for the specified archive.
ezcArchiveInternalException::__construct() Construct an internal archive exception.
ezcArchiveIoException::__construct() Constructs a new IO exception.
ezcArchiveBlockSizeException::__construct() Constructs a new block-size exception for the specified archive.

Last updated: Tue, 02 Dec 2008