respect-validation/library/Respect/Validation/Exceptions
Alexandre 895ce93ed1 - Splitted up ValidationException into simple exceptions and composite exceptions
- Changed the string formater from sprintf to custom function. Exception parameters should be more readable now.
	- Several refactorings on the exception reporting model
	- Improved builders ( new v(array('int', 'positive', 'between'=>array(1,256))); is now possible, great for dependency injection.
	Note: There are nasty things on this commit. Duplicated code, orphan methods and such. Next step is a nice quality-wide refactoring.
2011-02-10 18:49:48 -02:00
..
AbstractCompositeException.php - Splitted up ValidationException into simple exceptions and composite exceptions 2011-02-10 18:49:48 -02:00
AbstractRelatedException.php - Splitted up ValidationException into simple exceptions and composite exceptions 2011-02-10 18:49:48 -02:00
AllOfException.php - Splitted up ValidationException into simple exceptions and composite exceptions 2011-02-10 18:49:48 -02:00
AlnumException.php - Splitted up ValidationException into simple exceptions and composite exceptions 2011-02-10 18:49:48 -02:00
AlphaException.php - Splitted up ValidationException into simple exceptions and composite exceptions 2011-02-10 18:49:48 -02:00
ArrException.php - Splitted up ValidationException into simple exceptions and composite exceptions 2011-02-10 18:49:48 -02:00
AtLeastException.php - Splitted up ValidationException into simple exceptions and composite exceptions 2011-02-10 18:49:48 -02:00
AttributeException.php - Splitted up ValidationException into simple exceptions and composite exceptions 2011-02-10 18:49:48 -02:00
BetweenException.php - Splitted up ValidationException into simple exceptions and composite exceptions 2011-02-10 18:49:48 -02:00
CallbackException.php - Splitted up ValidationException into simple exceptions and composite exceptions 2011-02-10 18:49:48 -02:00
CallException.php - Splitted up ValidationException into simple exceptions and composite exceptions 2011-02-10 18:49:48 -02:00
ComponentException.php Guess I woke up today a little obsessive. Sorted all the class declarations/methods/properties/namespace imports in alphabetic/visibility order. 2011-02-07 08:52:18 -02:00
DateException.php - Splitted up ValidationException into simple exceptions and composite exceptions 2011-02-10 18:49:48 -02:00
DigitsException.php - Splitted up ValidationException into simple exceptions and composite exceptions 2011-02-10 18:49:48 -02:00
EachException.php - Splitted up ValidationException into simple exceptions and composite exceptions 2011-02-10 18:49:48 -02:00
EqualsException.php - Splitted up ValidationException into simple exceptions and composite exceptions 2011-02-10 18:49:48 -02:00
FloatException.php - Splitted up ValidationException into simple exceptions and composite exceptions 2011-02-10 18:49:48 -02:00
HexaException.php - Splitted up ValidationException into simple exceptions and composite exceptions 2011-02-10 18:49:48 -02:00
InException.php - Splitted up ValidationException into simple exceptions and composite exceptions 2011-02-10 18:49:48 -02:00
InstanceException.php - Splitted up ValidationException into simple exceptions and composite exceptions 2011-02-10 18:49:48 -02:00
IntException.php - Splitted up ValidationException into simple exceptions and composite exceptions 2011-02-10 18:49:48 -02:00
IpException.php - Splitted up ValidationException into simple exceptions and composite exceptions 2011-02-10 18:49:48 -02:00
KeyException.php - Splitted up ValidationException into simple exceptions and composite exceptions 2011-02-10 18:49:48 -02:00
LengthException.php - Splitted up ValidationException into simple exceptions and composite exceptions 2011-02-10 18:49:48 -02:00
MaxException.php - Splitted up ValidationException into simple exceptions and composite exceptions 2011-02-10 18:49:48 -02:00
MinException.php - Splitted up ValidationException into simple exceptions and composite exceptions 2011-02-10 18:49:48 -02:00
MostOfException.php - Splitted up ValidationException into simple exceptions and composite exceptions 2011-02-10 18:49:48 -02:00
NegativeException.php - Splitted up ValidationException into simple exceptions and composite exceptions 2011-02-10 18:49:48 -02:00
NoneOfException.php - Splitted up ValidationException into simple exceptions and composite exceptions 2011-02-10 18:49:48 -02:00
NotEmptyException.php - Splitted up ValidationException into simple exceptions and composite exceptions 2011-02-10 18:49:48 -02:00
NoWhitespaceException.php - Splitted up ValidationException into simple exceptions and composite exceptions 2011-02-10 18:49:48 -02:00
NullValueException.php - Splitted up ValidationException into simple exceptions and composite exceptions 2011-02-10 18:49:48 -02:00
NumericException.php - Splitted up ValidationException into simple exceptions and composite exceptions 2011-02-10 18:49:48 -02:00
ObjectException.php - Splitted up ValidationException into simple exceptions and composite exceptions 2011-02-10 18:49:48 -02:00
OneOfException.php - Splitted up ValidationException into simple exceptions and composite exceptions 2011-02-10 18:49:48 -02:00
PositiveException.php - Splitted up ValidationException into simple exceptions and composite exceptions 2011-02-10 18:49:48 -02:00
RegexException.php - Splitted up ValidationException into simple exceptions and composite exceptions 2011-02-10 18:49:48 -02:00
SfException.php - Splitted up ValidationException into simple exceptions and composite exceptions 2011-02-10 18:49:48 -02:00
StringException.php - Splitted up ValidationException into simple exceptions and composite exceptions 2011-02-10 18:49:48 -02:00
ValidationException.php - Splitted up ValidationException into simple exceptions and composite exceptions 2011-02-10 18:49:48 -02:00
ZendException.php - Splitted up ValidationException into simple exceptions and composite exceptions 2011-02-10 18:49:48 -02:00