Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.247.143 Times

Exception freeware
Filter: All | Freeware | Demo
 

Exception

1 2 3 4 5 > 
Added: January 18, 2010 | Visits: 1.174

Test::Exception Test::Exception is a Perl module to test exception based code. SYNOPSIS use Test::More tests => 5; use Test::Exception; # or if you dont need Test::More use Test::Exception tests => 5; # then... # Check that something died dies_ok { $foo->method1 } expecting to die; # Check that...



Platforms: *nix

License: Freeware Size: 11.26 KB Download (97): Test::Exception Download

Added: February 11, 2010 | Visits: 962

Java::JCR::Exception Java::JCR::Exception is a Perl wrapper for repository exceptions. SYNOPSIS eval { my $node = $root->add_node(foo, nt:unstructured); }; if ($@) { print STDERR "Failed to add node foo: $@n"; } This class is used to make the exceptions thrown from the Java code work more nicely in Perl....





Platforms: *nix

License: Freeware Size: 48.13 KB Download (94): Java::JCR::Exception Download

Added: April 15, 2010 | Visits: 838

Exception::Class::TryCatch Exception::Class::TryCatch is a syntactic try/catch sugar for use with Exception::Class. SYNOPSIS use Exception::Class::TryCatch; # simple usage of catch() eval { Exception::Class::Base->throw(error) }; catch my $err and warn $err->error; # catching only certain types or else...


Platforms: *nix

License: Freeware Size: 15.36 KB Download (88): Exception::Class::TryCatch Download

Added: November 13, 2010 | Visits: 919

Exception::Class Exception::Class is a Perl module that allows you to declare real exception classes in Perl. SYNOPSIS use Exception::Class ( MyException, AnotherException => { isa => MyException }, YetAnotherException => { isa => AnotherException, description => These exceptions are related to IPC },...


Platforms: *nix

License: Freeware Size: 16.38 KB Download (91): Exception::Class Download

Added: January 16, 2010 | Visits: 859

Exception::Class::TCF Exception::Class::TCF is a Java/C++ style exception handling. SYNOPSIS try BLOCK [ [catch] NAME FUN_REF ]* throw [ EXCEPTION LIST ] package EnclosureException; @ISA = qw(Exception::Class::TCF); package main; use Exception::Class::TCF; try { if ($Lost) { throw new...


Platforms: *nix

License: Freeware Size: 11.26 KB Download (87): Exception::Class::TCF Download

Added: May 10, 2013 | Visits: 494

Functional exception handling This scrip represents a tool for turning exception handling into functional alternation. try..except clauses make Python source code often clumsy and impact the readablity. This script presents a simple functional approach to work with exceptions and finalizations - applicable in a majority of...


Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (51): Functional exception handling Download

Added: May 10, 2013 | Visits: 411

Automatically start the debugger on an exception When Python runs a script and an uncatched exception is raised, a traceback is printed and the script is terminated. Python2.1 has introduced sys.excepthook, which can be used to override the handling of uncaught exceptions. This script allows to automatically start the debugger on an unexpected...


Platforms: Windows, Mac, *nix, Python, BSD Solaris


Added: January 18, 2010 | Visits: 1.025

cexcept cexcept (pronounced "see except" in English) is a package providing a Try/Catch/Throw exception handling interface for ANSI C (C89 and subsequent ISO standards). It does not attempt to handle "real" exceptions like floating-point exceptions or addressing exceptions; cexcept is intended as an...


Platforms: *nix

License: Freeware Size: 9.22 KB Download (101): cexcept Download

Added: November 13, 2010 | Visits: 904

libxcpc libxcpc library implements an automatic resource cleanup and exception handling in C. Error handling and cleanup code (at least for code that does error handling) can take quite some space in terms of lines of code to be written. This not only increases the binary size, but makes the code more...


Platforms: *nix

License: Freeware Size: 389.12 KB Download (94): libxcpc Download

Added: August 27, 2010 | Visits: 779

Luka Luka is an exception handling and reporting framework. SYNOPSIS use Error qw(:try); use Luka; try { $ftp->login("someuser", "somepass") || throw Luka::Exception::External ( error => $ftp->message . $@, id => "login", context => "FTP error: couldnt login", severity => 3, args =>...


Platforms: *nix

License: Freeware Size: 36.86 KB Download (97): Luka Download

Added: May 10, 2013 | Visits: 347

ExceptionContainer ExceptionContainer script is an Exception base-class that supports keyword arguments and printing.


Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (53): ExceptionContainer Download

Added: May 10, 2013 | Visits: 385

Simple exception logging If you want to log exceptions, this script offers you a simple way to do so without having to explicitly repetitiously call the logger in each try-except clause.


Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (50): Simple exception logging Download

Added: May 10, 2013 | Visits: 460

Formats current exception with stack trace This script provides functions for formatting exceptions and stack traces so that they are guaranteed to fit in a single line and contain only chars in specified encoding. It is very useful for logging and handling dead end exceptions.


Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (51): Formats current exception with stack trace Download

Added: May 10, 2013 | Visits: 485

PyCrash 0.4pre3 PyCrash is a Run-Time Exception Dumper which handles uncaught exceptions during the execution of Python programs and collects information about the program context. PyCrash can be very useful in report bug information, because the programmer can easily analyse the program execution context of the...


Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (65): PyCrash 0.4pre3 Download

Added: October 10, 2013 | Visits: 285

zope.exceptions This package contains exception interfaces and implementations which are so general purpose that they don't belong in Zope application-specific packages.


Platforms: *nix

License: Freeware Size: 10.24 KB Download (35): zope.exceptions Download

Added: November 24, 2013 | Visits: 357

Error::TryCatch Error::TryCatch is a Perl module that implements exception handling (try-catch) blocks functionality with an interface similiar to Error.pm (in fact, it's almost a drop-in replacement). The main difference is that it's a source filter module. As a source filter it can implement the same...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (33): Error::TryCatch Download

Released: September 26, 2014  |  Added: April 30, 2015 | Visits: 633

CrashRpt.CPP A crash/exception reporting library for C++ native Windows apps. It automatically creates and sends crash/error/exception reports with stack trace, minidump and extended application/system information to Doctor Dump free crash reporting and memory dump analyzing service. That collects, organizes...


Platforms: Windows, Windows 8, Windows 7, Windows Server

License: Freeware Size: 1.96 MB Download (48): CrashRpt.CPP Download

Added: August 17, 2008 | Visits: 834

Pet Portraits: The Art of Christine Varley It has been our great pleasure to have worked with many great artists over the past few years, this screen saver is no exception. Featuring the fine art of Christine Varley and the midi compositions of Bjorn Lynne, this CloudEight screen saver is bound to please almost everyone who loves pets.


Platforms: Windows

License: Freeware Size: 2.1 MB Download (96): Pet Portraits: The Art of Christine Varley Download

Added: January 18, 2010 | Visits: 1.218

Exceptions in C Exceptions in C implements fully-functional nested exceptions with these constructs: try except on throw Also, it allows to define various datatypes for exception object (default is int, can be anything from char * to struct foo *). Compiling and running Precodey straight forward....


Platforms: *nix

License: Freeware Size: 15.36 KB Download (116): Exceptions in C Download

Added: June 09, 2013 | Visits: 881

pyFLTK JNI++ is a set of two code generating utilities and a core C++ library that simplify programming to the Java Native Interface (JNI) with C++. The first of these utilities is used to generate C++ "proxy" classes given a Java class or interface, and is useful for "automating" Java objects from C++....


Platforms: *nix

License: Freeware Size: 1.38 MB Download (91): pyFLTK Download

1 2 3 4 5 >