Path

ez components / documentation / api reference / 2009.2.1 / archive


eZ Components 2009.2.1

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

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
ezcArchiveBlockSizeException::__construct() Constructs a new block-size exception for the specified archive.
ezcArchiveValueException::__construct() Construct an archive exception.
ezcArchiveEntryPrefixException::__construct() Constructs a new entry prefix exception for the specified file entry.
ezcArchiveIoException::__construct() Constructs a new IO exception.
ezcArchiveEmptyException::__construct() Constructs a new exception for empty archive.
ezcArchiveUnknownTypeException::__construct() Constructs a new unknown type exception for the specified archive.
ezcArchiveChecksumException::__construct() Constructs a new checksum exception for the specified file.
ezcArchiveInternalException::__construct() Construct an internal archive exception.

Last updated: Tue, 23 Mar 2010