Path

ez components / documentation / api reference / 2006.2 / archive


eZ Components 2006.2

Archive: ezcArchiveException

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

Class: ezcArchiveException

General exception class for the Archive package. [source]

Parents

Exception
   |
   --ezcArchiveException

Descendents

Child Class Description
ezcArchiveValueException Archive value is wrong.
ezcArchiveEmptyException Archive is empty.
ezcArchiveChecksumException Exception will be thrown when the checksum of the file is invalid.
ezcArchiveEntryPrefixException
ezcArchiveUnknownTypeException Exception will be thrown when the prefix given to the file that should be appended, is incorrect.
ezcArchiveInternalException General exception class for the Archive package.
ezcArchiveIoException Exception will be thrown when the prefix given to the file that should be appended, is incorrect.
ezcArchiveBlockSizeException Exception will be thrown when the prefix given to the file that should be appended, is incorrect.

Inherited Member Variables

From Exception (Internal Class):
protected  $code
protected  $file
protected  $line
protected  $message
private  $string
private  $trace

Method Summary

public ezcArchiveException __construct( $message, $code )
Construct an archive exception.

Inherited Methods

From Exception (Internal Class) :
public Exception constructor __construct ( $message, $code )
public void getCode ( )
public void getFile ( )
public void getLine ( )
public void getMessage ( )
public void getTrace ( )
public void getTraceAsString ( )
public void __clone ( )
public void __toString ( )

Methods

__construct

ezcArchiveException __construct( string $message, int $code )
Construct an archive exception.

Parameters

Name Type Description
$message string  
$code int  

Redefinition of

Method Description
Exception::constructor __construct ( $message, $code )  

Redefined in descendants as

Method Description
ezcArchiveValueException::__construct() Construct an archive exception.
ezcArchiveEmptyException::__construct() Construct an archive is empty exception.
ezcArchiveChecksumException::__construct()  
ezcArchiveEntryPrefixException::__construct()  
ezcArchiveUnknownTypeException::__construct()  
ezcArchiveInternalException::__construct() Construct an internal archive exception.
ezcArchiveIoException::__construct()  
ezcArchiveBlockSizeException::__construct()  

Last updated: Thu, 01 Nov 2007