The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Helios::Error::InvalidArg - exception class for Helios job processing system to denote job args that are invalid

SYNOPSIS

 use Helios::Error::InvalidArg;
 -OR-
 use Helios::Error;    # automatically uses InvalidArgXML and other exceptions

DESCRIPTION

If a Helios function encounters a problem with job arguments (either submitting or parsing the XML of), it should throw an InvalidArg error to indicate that the job can't be processed further (or most probably, since the arguments are invalid, at all).

SEE ALSO

Helios::Error::FatalNoRetry, Helios::Error::Warning, Error, Error::Simple

AUTHOR

Andrew Johnson, <ajohnson@ittoolbox.com>

COPYRIGHT AND LICENSE

Copyright (C) 2007-8 by CEB Toolbox, Inc.

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.0 or, at your option, any later version of Perl 5 you may have available.

WARRANTY

This software comes with no warranty of any kind.