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

Public Member Functions

 addException (Zend_TimeSync_Exception $exception)
 Adds an exception to the exception list.
 
 get ()
 Returns an array of exceptions that were thrown.
 
- 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

 $_exceptions
 

Additional Inherited Members

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

Member Function Documentation

addException ( Zend_TimeSync_Exception  $exception)

Adds an exception to the exception list.

Parameters
Zend_TimeSync_Exception$exceptionNew exteption to throw
Returns
void
get ( )

Returns an array of exceptions that were thrown.

Returns
array

Member Data Documentation

$_exceptions
protected