Class CriticalI_Package_ZipError

Description

Indicates a zip file related error

Located in /Core/lib/CriticalI/Package/ZipError.php (line 9)

Exception
   |
   --CriticalI_Package_ZipError
Variable Summary
 mixed $archive
 mixed $entry
Method Summary
 CriticalI_Package_ZipError __construct (string $archive, [string $entry = null], [string $status = null], [in $code = null])
 string getArchiveName ()
 string getEntryName ()
Variables
mixed $archive (line 10)
  • access: protected
mixed $entry (line 11)
  • access: protected

Inherited Variables

Inherited from Exception (Internal Class)

$code
$file
$line
$message
$previous
$string
$trace
Methods
Constructor __construct (line 21)

Constructor

  • access: public
CriticalI_Package_ZipError __construct (string $archive, [string $entry = null], [string $status = null], [in $code = null])
  • string $archive: The name of the archive
  • string $entry: The name of the entry
  • string $status: Any status message from the zip library
  • in $code: The error code

Redefinition of:
Exception::constructor __construct ( [$message = ], [$code = ], [$previous = ] )
getArchiveName (line 43)

Return the name of the archive where the error occurred

  • access: public
string getArchiveName ()
getEntryName (line 52)

Return the name of the entry that caused the error

  • access: public
string getEntryName ()

Inherited Methods

Inherited From Exception (Internal Class)

 constructor __construct ( [$message = ], [$code = ], [$previous = ] )
 getCode ( )
 getFile ( )
 getLine ( )
 getMessage ( )
 getPrevious ( )
 getTrace ( )
 getTraceAsString ( )
 __clone ( )
 __toString ( )

Documentation generated on Wed, 25 Apr 2012 09:46:46 -0700 by phpDocumentor 1.4.3