Class: Doctrine_Validator_Exception

Source Location: /Doctrine/Validator/Exception.php

Class Doctrine_Validator_Exception

Class Overview

Implements interfaces:

  • Countable (internal interface)
  • IteratorAggregate (internal interface)

Doctrine_Validator_Exception

Located in /Doctrine/Validator/Exception.php [line 33]

Exception
   |
   --Doctrine_Exception
      |
      --Doctrine_Validator_Exception
Author(s): Information Tags:
Version:  $Revision: 2041 $
Link:  www.phpdoctrine.com
Since:  1.0
License:  LGPL

Properties

Methods

[ Top ]
Inherited Properties, Constants, and Methods
Inherited Properties Inherited Methods Inherited Constants

Inherited From Doctrine_Exception

Doctrine_Exception::$_errorMessages

Inherited From Doctrine_Exception

Doctrine_Exception::errorMessage()
Return a textual error message for a Doctrine error code

[ Top ]
Property Summary
array   $invalid  

[ Top ]
Method Summary
Doctrine_Validator_Exception   __construct()  
void   count()  
void   generateMessage()  
void   getInvalidRecords()  
void   getIterator()  
string   __toString()   __toString

[ Top ]
Properties
array   $invalid = array() [line 38]
API Tags:
Access:  private


[ Top ]
Methods
Constructor __construct  [line 42]

  Doctrine_Validator_Exception __construct( $invalid, Doctrine_Validator $validator  )

Parameters:
Doctrine_Validator   $validator: 
array   $invalid: 

API Tags:
Access:  public


[ Top ]
count  [line 58]

  void count( )


API Tags:
Access:  public


Implementation of:
Countable::count

[ Top ]
generateMessage  [line 73]

  void generateMessage( )


API Tags:
Access:  private


[ Top ]
getInvalidRecords  [line 48]

  void getInvalidRecords( )


API Tags:
Access:  public


[ Top ]
getIterator  [line 53]

  void getIterator( )


API Tags:
Access:  public


Implementation of:
IteratorAggregate::getIterator

[ Top ]
__toString  [line 67]

  string __toString( )

__toString


API Tags:
Access:  public


[ Top ]