Zend Framework  1.12
Public Member Functions | Protected Attributes | List of all members
Zend_File_Transfer_Exception Class Reference

Public Member Functions

 __construct ($message, $fileerror=0)
 
 getFileError ()
 Returns the transfer error code for the exception This is not the exception code !!!
 
- Public Member Functions inherited from Zend_Exception
 __construct ($msg= '', $code=0, Exception $previous=null)
 Construct the exception.
 
 __call ($method, array $args)
 Overloading.
 
 __toString ()
 String representation of the exception.
 

Protected Attributes

 $_fileerror = null
 

Additional Inherited Members

- Protected Member Functions inherited from Zend_Exception
 _getPrevious ()
 Returns previous Exception.
 

Constructor & Destructor Documentation

__construct (   $message,
  $fileerror = 0 
)

Member Function Documentation

getFileError ( )

Returns the transfer error code for the exception This is not the exception code !!!

Returns
integer

Member Data Documentation

$_fileerror = null
protected