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

Public Member Functions

 __construct ($message, $code=0, $e=null, $op=null)
 
 getOperand ()
 
- 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

 $operand = null
 

Additional Inherited Members

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

Constructor & Destructor Documentation

__construct (   $message,
  $code = 0,
  $e = null,
  $op = null 
)

Member Function Documentation

getOperand ( )

Member Data Documentation

$operand = null
protected