| MooseX-Constructor-AllErrors documentation | view source | Contained in the MooseX-Constructor-AllErrors distribution. |
MooseX::Constructor::AllErrors::Error::Constructor - error class for MooseX::Constructor::AllErrors
version 0.016
$@ will contain an instance of this class when
MooseX::Constructor::AllErrors throws an exception during object
construction.
Returns a list of MooseX::Constructor::AllErrors::Error objects representing each error that was found.
Returns a list of MooseX::Constructor::AllErrors::Error::Required objects representing each missing argument error that was found.
Returns a list of MooseX::Constructor::AllErrors::Error::TypeConstraint objects representing each type constraint error that was found.
Hans Dieter Pearcey <hdp@cpan.org>
This software is copyright (c) 2009 by Hans Dieter Pearcey. This is free software; you can redistribute it and/or modify it under the same terms as perl itself.
| MooseX-Constructor-AllErrors documentation | view source | Contained in the MooseX-Constructor-AllErrors distribution. |