MooseX::Constructor::AllErrors::Error::Constructor - error class for MooseX::Constructor::AllErrors


MooseX-Constructor-AllErrors documentation  | view source Contained in the MooseX-Constructor-AllErrors distribution.

Index


NAME

Top

MooseX::Constructor::AllErrors::Error::Constructor - error class for MooseX::Constructor::AllErrors

VERSION

Top

version 0.016

DESCRIPTION

Top

$@ will contain an instance of this class when MooseX::Constructor::AllErrors throws an exception during object construction.

METHODS

Top

errors

Returns a list of MooseX::Constructor::AllErrors::Error objects representing each error that was found.

missing

Returns a list of MooseX::Constructor::AllErrors::Error::Required objects representing each missing argument error that was found.

invalid

Returns a list of MooseX::Constructor::AllErrors::Error::TypeConstraint objects representing each type constraint error that was found.

SEE ALSO

Top

Moose

AUTHOR

Top

  Hans Dieter Pearcey <hdp@cpan.org>

COPYRIGHT AND LICENSE

Top


MooseX-Constructor-AllErrors documentation  | view source Contained in the MooseX-Constructor-AllErrors distribution.