Search results for "exception"
Exception - Placeholder.
This is a simple placeholder for an older module that was released that is no longer available. See Exceptions for information....
CAPOEIRAB/Exceptions-0.103 - 15 Oct 2018 21:52:46 UTC - Search in distribution- SimpleException - Placeholder.
Exception::IO - Thrown when IO operation failed
This class is an Exception::System exception thrown when IO operation failed....
DEXTER/File-Stat-Moose-0.06 - 30 Jan 2009 13:28:27 UTC - Search in distribution
CBT::Exception - base class for exceptions $Id: Exception.pm,v 1.2 2003/05/12 22:24:00 rkh Exp $
CBT::Exception is a base class for exceptions. It may be used as-is or as a base class for other exceptions. It is based on Error.pm with enhancements for providing more informative feedback and run-time control of feedback levels. At the time of thi...
REECE/Bio-Prospect-1.04 - 19 Nov 2003 06:34:27 UTC - Search in distribution- Bio::Prospect::Exception - Set of Prospect specific exceptions.
Egg::Exception - The exception with stack trace is generated.
It is a module to vomit the message with stack trace when the exception is generated....
LUSHE/Egg-Release-3.14 - 29 May 2008 16:11:16 UTC - Search in distribution- Egg::Plugin::Banner::Rotate - Plugin to display advertisement rotating.
- Egg::Util::DebugScreen - Debugging screen for Egg.
Eve::Exception - a module that defines a set of exception classes.
Provided classes "Eve::Error::Base" "Eve::Error::Attribute" "Eve::Error::HttpDispatcher" "Eve::Error::NotImplemented" "Eve::Error::Program" "Eve::Error::Session" "Eve::Error::Template" "Eve::Error::Value" "Eve::Exception::Base" "Eve::Exception::Data"...
ZINIGOR/Eve-0.06 - 05 May 2014 10:32:37 UTC - Search in distribution- Eve::Test - a base class for all test cases.
- Eve::Item - a base class for item classes.
- Eve::Support - an utility class that houses various helper functions
- 2 more results from Eve »
Exception::Cxx - Switch to ANSI C++ exceptions
This module arranges for perl to use ANSI C++ exceptions (instead of "setjmp"/"longjmp"). The reason you might want this is for integration with 3rd party libraries that use C++ exceptions and cannot switch back to "longjmp"....
JPRIT/Exception-Cxx-1.001 - 25 May 1999 20:31:04 UTC - Search in distribution
Lab::Exception - Exception handling classes
AKHUETTEL/Lab-Measurement-3.860
-
09 Mar 2023 22:00:41 UTC
-
Search in distribution
- Lab::Exception::Base - Exception base class
- Lab::SCPI - Match SCPI headers and parameters against keywords
- Lab::Bus::USBtmc - USBtmc (Test & Measurement) Linux kernel driver bus
- 4 more results from Lab-Measurement »
PPI::Exception - The PPI exception base class
All exceptions thrown from within PPI will be instances or derivations of this class....
OALDERS/PPI-1.276 - 19 Jul 2022 21:50:31 UTC - Search in distribution
CBT::Exception - base class for exceptions $Id: Exception.pm,v 1.2 2003/05/12 22:24:00 rkh Exp $
CBT::Exception is a base class for exceptions. It may be used as-is or as a base class for other exceptions. It is based on Error.pm with enhancements for providing more informative feedback and run-time control of feedback levels. At the time of thi...
REECE/Prospect-0.92 - 14 Nov 2003 13:16:46 UTC - Search in distribution- Prospect::Exception - Set of Prospect specific exceptions.
Ryu::Exception - support for Future-style failure information
Generic exceptions interface, implements the 3-part failure codes as described in Future....
TEAM/Ryu-3.004 - 05 Mar 2023 06:37:43 UTC - Search in distribution- Ryu::Source - base representation for a source of events
- Ryu::Source - base representation for a source of events
Sub::Exception - Code block with exception handler.
Sub::Exception is code block generator that have own exception handler....
TYPESTER/Sub-Exception-0.01 - 03 Aug 2012 07:31:14 UTC - Search in distribution
XAS::Exception - The base exception class for the XAS environment
This module defines a base exception class for the XAS Environment and inherits from Badger::Exception <https://metacpan.org/Badger::Exception>. The only differences is that it turns stack tracing on by default....
KESTEB/XAS-0.15 - 12 Jan 2017 16:01:35 UTC - Search in distribution- XAS::Utils - A Perl extension for the XAS environment
- XAS::Lib::WS::Transfer - A class to transfer files with WS-Manage
- XAS::Lib::Batch - A class for the XAS environment
- 2 more results from XAS »
Date::Exception - Base exception package as Moo Role for Date::* packages.
Base exception package as Moo Role for Date::* packages....
MANWAR/Date-Exception-0.08 - 12 Oct 2019 21:40:12 UTC - Search in distribution- Date::Exception::InvalidDay - Handles 'invalid day' exception.
- Date::Exception::InvalidYear - Handles 'invalid year' exception.
- Date::Exception::InvalidMonth - Handles 'invalid month' exception.
- 2 more results from Date-Exception »
ETLp::Exception - ETLp Exception Class
ETLP::Exception provides ETLpException, an Exception:Class object. Because it can be stringified, it can simply be printed or inserted into a database. The exception can also be sub-classed if required: class My::ETL::CSV { use Exception::Class ( ETL...
DHORNE/ETLp-0.04 - 01 Dec 2012 21:33:09 UTC - Search in distribution
Exception::Base - Lightweight exceptions
This class implements a fully OO exception mechanism similar to Exception::Class or Class::Throwable. It provides a simple interface allowing programmers to declare exception classes. These classes can be thrown and caught. Each uncaught exception pr...
DEXTER/Exception-Base-0.2501 - 19 Nov 2015 13:08:58 UTC - Search in distribution
Exception::Died - Convert simple die into real exception object
This class extends standard Exception::Base and converts eval's error into real exception object. The eval's error message is stored in *eval_error* attribute. This class can be also used for debugging scripts with use simple "die" in perlfunc or Car...
DEXTER/Exception-Died-0.06 - 02 Apr 2009 18:58:34 UTC - Search in distribution
Exception::Sink - general purpose compact exception handling.
CADE/Exception-Sink-3.07
-
03 Jul 2016 21:32:50 UTC
-
Search in distribution
Exception::Tiny - too tiny exception interface
Exception::Tiny is too simple exception interface. This is the implementation of the minimum required in order to implement exception handling. So anyone can understand the implementation It....
YAPPO/Exception-Tiny-v0.2.1 - 18 Feb 2013 05:42:43 UTC - Search in distribution
HTTP::Exception - throw HTTP-Errors as (Exception::Class-) Exceptions
Every HTTP::Exception is a Exception::Class - Class. So the same mechanisms apply as with Exception::Class-classes. In fact have a look at Exception::Class' docs for more general information on exceptions and Exception::Class::Base for information on...
TMUELLER/HTTP-Exception-0.04007 - 18 Jul 2018 20:52:27 UTC - Search in distribution- HTTP::Exception::1XX - Base Class for 1XX (info) Exceptions
- HTTP::Exception::4XX - Base Class for 4XX (client error) Exceptions
- HTTP::Exception::5XX - Base Class for 5XX (server error) Exceptions
- 4 more results from HTTP-Exception »
Kelp::Exception - Tiny HTTP exceptions
This module offers a fine-grained control of what the user sees when an exception occurs. Generally, this could also be done by setting the result code manually, but that requires passing the Kelp instance around and does not immediately end the hand...
BRTASTIC/Kelp-1.06 - 09 May 2022 21:07:41 UTC - Search in distribution