Archive: ezcArchiveException
[ ]
[ ]
[ ]
[ ]
[ ]
Class: ezcArchiveException
|
General exception class for the Archive package. [
source]
Parents
Exception
|
--ezcArchiveException
Descendents
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
Last updated: Thu, 01 Nov 2007