| Iterator-BreakOn documentation | view source | Contained in the Iterator-BreakOn distribution. |
Iterator::BreakOn::X - Declare exception classes for Iterator::BreakOn
package Iterator::BreakOn;
use Iterator::BreakOn::Exceptions;
do {
Iterator::BreakOn::X->thrown('unknown error' );
} if ($fatal_error);
This module declare a exception classes hierarchies for use on the Iterator::BreakOn package.
This is the list of exceptions:
Raise when a required parameter (i.e. datasource) is missing. Not recoverable.
Raise when the next method fails.
Raise when the user supplied get method is not valid.
Raise when an event object receives a invalid name.
Detected a fatal error in Text::CSV package.
There are no known bugs in this module. Please report problems to the author. Patches are welcome.
VĂctor Moral <victor@taquiones.net>
Copyright (C) 2007 <Victor Moral>
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License or any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
| Iterator-BreakOn documentation | view source | Contained in the Iterator-BreakOn distribution. |