W3C CVS

CVS log for perl/modules/W3C/Util/Exception.pm

[BACK] Up to [Public] / perl / modules / W3C / Util

Request diff between arbitrary revisions


Default branch: 1

Revision 1.79 / (download) - annotate - [select for diffs] , Fri May 25 21:16:15 2007 UTC (15 months ago) by eric
CVS Tags: HEAD
Changes since 1.78: +2 -2 lines
Diff to previous 1.78 (colored)
~ fix stack trace alignment

Revision 1.78 / (download) - annotate - [select for diffs] , Sat Nov 5 11:06:24 2005 UTC (2 years, 9 months ago) by eric
Changes since 1.77: +12 -7 lines
Diff to previous 1.77 (colored)
+ watch for $@ changing
~ eliminate some perl -w warnings

Revision 1.77 / (download) - annotate - [select for diffs] , Wed Sep 28 03:17:18 2005 UTC (2 years, 11 months ago) by eric
Changes since 1.76: +5 -2 lines
Diff to previous 1.76 (colored)
~ change priority of chained messages

Revision 1.76 / (download) - annotate - [select for diffs] , Thu Mar 31 07:21:47 2005 UTC (3 years, 5 months ago) by eric
Changes since 1.75: +5 -1 lines
Diff to previous 1.75 (colored)
added safe and unsafe eval exceptions 'cause i couldn't figure out how else to get them in W3C::Rdf::Atoms

Revision 1.75 / (download) - annotate - [select for diffs] , Fri Nov 26 04:31:11 2004 UTC (3 years, 9 months ago) by eric
Changes since 1.74: +16 -1 lines
Diff to previous 1.74 (colored)
added SignalException

Revision 1.74 / (download) - annotate - [select for diffs] , Sat Oct 23 00:28:09 2004 UTC (3 years, 10 months ago) by eric
Changes since 1.73: +3 -3 lines
Diff to previous 1.73 (colored)
fixed some probs picked up by -w

Revision 1.73 / (download) - annotate - [select for diffs] , Tue Aug 10 13:44:43 2004 UTC (4 years ago) by eric
Changes since 1.72: +8 -5 lines
Diff to previous 1.72 (colored)
clean up message a bit

Revision 1.72 / (download) - annotate - [select for diffs] , Tue Aug 10 12:43:53 2004 UTC (4 years ago) by eric
Changes since 1.71: +15 -3 lines
Diff to previous 1.71 (colored)
added support for multi-coordinate die messages (only seen <STDIN> so far)

Revision 1.71 / (download) - annotate - [select for diffs] , Thu Jul 22 15:58:44 2004 UTC (4 years, 1 month ago) by eric
Changes since 1.70: +12 -7 lines
Diff to previous 1.70 (colored)
fixed stack crawling

Revision 1.70 / (download) - annotate - [select for diffs] , Wed Jun 30 06:44:15 2004 UTC (4 years, 2 months ago) by eric
Changes since 1.69: +4 -2 lines
Diff to previous 1.69 (colored)
formatting

Revision 1.69 / (download) - annotate - [select for diffs] , Wed Jun 23 07:18:57 2004 UTC (4 years, 2 months ago) by eric
Changes since 1.68: +3 -1 lines
Diff to previous 1.68 (colored)
re-use messages that don't have a line-number associated with them

Revision 1.68 / (download) - annotate - [select for diffs] , Wed Jun 9 09:19:06 2004 UTC (4 years, 2 months ago) by eric
Changes since 1.67: +2 -2 lines
Diff to previous 1.67 (colored)
moved CGI to cgibin, packaged Http, changed module names

Revision 1.67 / (download) - annotate - [select for diffs] , Sun Jun 6 10:25:54 2004 UTC (4 years, 2 months ago) by eric
Changes since 1.66: +2 -2 lines
Diff to previous 1.66 (colored)
added POD docs

Revision 1.66 / (download) - annotate - [select for diffs] , Sun Jun 6 00:49:11 2004 UTC (4 years, 2 months ago) by eric
Changes since 1.65: +2 -2 lines
Diff to previous 1.65 (colored)
use safe form of isa

Revision 1.65 / (download) - annotate - [select for diffs] , Mon Apr 5 05:45:16 2004 UTC (4 years, 4 months ago) by eric
Changes since 1.64: +18 -6 lines
Diff to previous 1.64 (colored)
tweaked watch to not call the die handler

Revision 1.64 / (download) - annotate - [select for diffs] , Mon Apr 5 05:38:24 2004 UTC (4 years, 4 months ago) by eric
Changes since 1.63: +10 -3 lines
Diff to previous 1.63 (colored)
may have the right incantation for (not) nesting the DieHandler

Revision 1.63 / (download) - annotate - [select for diffs] , Sat Apr 3 07:40:29 2004 UTC (4 years, 4 months ago) by eric
Changes since 1.62: +4 -3 lines
Diff to previous 1.62 (colored)
let folks know when there's no parm value

Revision 1.62 / (download) - annotate - [select for diffs] , Thu Apr 1 06:48:03 2004 UTC (4 years, 5 months ago) by eric
Changes since 1.61: +3 -3 lines
Diff to previous 1.61 (colored)
long refs to &throw 'cause it's not a global symbol

Revision 1.61 / (download) - annotate - [select for diffs] , Tue Mar 16 16:37:05 2004 UTC (4 years, 5 months ago) by eric
Changes since 1.60: +2 -2 lines
Diff to previous 1.60 (colored)
improved diehandler messages

Revision 1.60 / (download) - annotate - [select for diffs] , Tue Mar 16 07:44:33 2004 UTC (4 years, 5 months ago) by eric
Changes since 1.59: +2 -2 lines
Diff to previous 1.59 (colored)
didn't need to reset SIG handler

Revision 1.59 / (download) - annotate - [select for diffs] , Fri Mar 5 13:18:27 2004 UTC (4 years, 5 months ago) by eric
Changes since 1.58: +2 -2 lines
Diff to previous 1.58 (colored)
loosened error message match do to experience

Revision 1.58 / (download) - annotate - [select for diffs] , Thu Feb 26 01:03:41 2004 UTC (4 years, 6 months ago) by eric
Changes since 1.57: +6 -1 lines
Diff to previous 1.57 (colored)
added IgnoreNext

Revision 1.57 / (download) - annotate - [select for diffs] , Wed Feb 11 04:39:28 2004 UTC (4 years, 6 months ago) by eric
Changes since 1.56: +3 -1 lines
Diff to previous 1.56 (colored)
wierd inconsistency in stack when error encountered

Revision 1.56 / (download) - annotate - [select for diffs] , Mon Feb 9 23:05:52 2004 UTC (4 years, 6 months ago) by eric
Changes since 1.55: +58 -5 lines
Diff to previous 1.55 (colored)
created and documented (a bit) DieHandler and DieException

Revision 1.55 / (download) - annotate - [select for diffs] , Fri Jan 30 19:08:58 2004 UTC (4 years, 7 months ago) by eric
Changes since 1.54: +15 -1 lines
Diff to previous 1.54 (colored)
utf-8 support

Revision 1.54 / (download) - annotate - [select for diffs] , Mon Jan 26 21:52:18 2004 UTC (4 years, 7 months ago) by eric
Changes since 1.53: +2 -2 lines
Diff to previous 1.53 (colored)
made {throw} work (as well as {throw(4)})

Revision 1.53 / (download) - annotate - [select for diffs] , Mon Jan 19 07:05:26 2004 UTC (4 years, 7 months ago) by eric
Changes since 1.52: +19 -2 lines
Diff to previous 1.52 (colored)
created UnspecifiedException; made default behavior for &throw() more clear

Revision 1.52 / (download) - annotate - [select for diffs] , Wed Dec 3 14:54:18 2003 UTC (4 years, 8 months ago) by eric
Changes since 1.51: +3 -1 lines
Diff to previous 1.51 (colored)
exception for debugging checks

Revision 1.51 / (download) - annotate - [select for diffs] , Fri Nov 28 09:09:04 2003 UTC (4 years, 9 months ago) by eric
Changes since 1.50: +3 -3 lines
Diff to previous 1.50 (colored)
text doesn't always have extra lines so it may wrap

Revision 1.50 / (download) - annotate - [select for diffs] , Wed Nov 26 12:10:16 2003 UTC (4 years, 9 months ago) by eric
Changes since 1.49: +119 -24 lines
Diff to previous 1.49 (colored)
re-worked ContextExceptions

Revision 1.49 / (download) - annotate - [select for diffs] , Fri Nov 7 13:55:13 2003 UTC (4 years, 9 months ago) by eric
Changes since 1.48: +27 -15 lines
Diff to previous 1.48 (colored)
cooler context string shredding

Revision 1.47.2.1 / (download) - annotate - [select for diffs] , Mon Sep 8 19:26:44 2003 UTC (4 years, 11 months ago) by eric
Branch: V1_2
Changes since 1.47: +14 -1 lines
Diff to previous 1.47 (colored) next main 1.48 (colored)
added UTF-8 support

Revision 1.48 / (download) - annotate - [select for diffs] , Sat Jun 14 15:05:43 2003 UTC (5 years, 2 months ago) by eric
Changes since 1.47: +6 -2 lines
Diff to previous 1.47 (colored)
added a callingClass so you could see what called the unimplemented function

Revision 1.47 / (download) - annotate - [select for diffs] , Mon Mar 24 01:10:37 2003 UTC (5 years, 5 months ago) by eric
Branch point for: V1_2
Changes since 1.46: +7 -1 lines
Diff to previous 1.46 (colored)
&throw now handles needed PerlExceptions

Revision 1.46 / (download) - annotate - [select for diffs] , Mon Feb 3 05:04:28 2003 UTC (5 years, 6 months ago) by eric
Changes since 1.45: +5 -1 lines
Diff to previous 1.45 (colored)
reworking some exceptions

Revision 1.45 / (download) - annotate - [select for diffs] , Wed Nov 13 17:33:04 2002 UTC (5 years, 9 months ago) by eric
Changes since 1.44: +2 -3 lines
Diff to previous 1.44 (colored)
for brevity

Revision 1.44 / (download) - annotate - [select for diffs] , Mon Sep 2 18:30:37 2002 UTC (5 years, 11 months ago) by eric
Changes since 1.43: +2 -2 lines
Diff to previous 1.43 (colored)
improved error reporting for when there's no exception catcher

Revision 1.43 / (download) - annotate - [select for diffs] , Mon Jun 10 09:28:33 2002 UTC (6 years, 2 months ago) by eric
Changes since 1.42: +16 -16 lines
Diff to previous 1.42 (colored)
empty parm (generally) shouldn't indicate Exception constructor parms error

Revision 1.42 / (download) - annotate - [select for diffs] , Mon Apr 29 07:34:32 2002 UTC (6 years, 4 months ago) by eric
Changes since 1.41: +19 -5 lines
Diff to previous 1.41 (colored)
added UnexpectedObjectException

Revision 1.41 / (download) - annotate - [select for diffs] , Sun Apr 28 22:25:57 2002 UTC (6 years, 4 months ago) by eric
Changes since 1.40: +4 -2 lines
Diff to previous 1.40 (colored)
added object identifier for ease in tracking unimplimented virtual functions

Revision 1.40 / (download) - annotate - [select for diffs] , Thu Apr 18 22:06:37 2002 UTC (6 years, 4 months ago) by eric
Changes since 1.39: +3 -3 lines
Diff to previous 1.39 (colored)
fixed up contextual error reporting a bit

Revision 1.39 / (download) - annotate - [select for diffs] , Tue Apr 16 15:38:52 2002 UTC (6 years, 4 months ago) by eric
Changes since 1.38: +5 -3 lines
Diff to previous 1.38 (colored)
fixed up function locator (because packageName and subroutine aren't what they claim to be

Revision 1.38 / (download) - annotate - [select for diffs] , Thu Feb 28 06:41:44 2002 UTC (6 years, 6 months ago) by eric
CVS Tags: V1_1
Changes since 1.37: +28 -4 lines
Diff to previous 1.37 (colored)
prettied up exception handling

Revision 1.37 / (download) - annotate - [select for diffs] , Tue Feb 19 02:55:04 2002 UTC (6 years, 6 months ago) by eric
Changes since 1.36: +27 -5 lines
Diff to previous 1.36 (colored)
fixed up chained exceptions

Revision 1.36 / (download) - annotate - [select for diffs] , Wed Feb 13 18:03:52 2002 UTC (6 years, 6 months ago) by eric
Changes since 1.35: +4 -1 lines
Diff to previous 1.35 (colored)
cleared out un-initialized warning

Revision 1.35 / (download) - annotate - [select for diffs] , Mon May 7 08:07:00 2001 UTC (7 years, 3 months ago) by eric
CVS Tags: threads, release2, annoteam-2002-02-05, amaya5_3release, V1_0
Changes since 1.34: +25 -4 lines
Diff to previous 1.34 (colored)
improved file exceptions

Revision 1.34 / (download) - annotate - [select for diffs] , Thu Dec 7 22:45:53 2000 UTC (7 years, 8 months ago) by eric
Changes since 1.33: +2 -2 lines
Diff to previous 1.33 (colored)
prep'd for release

Revision 1.33 / (download) - annotate - [select for diffs] , Thu Nov 9 20:38:27 2000 UTC (7 years, 9 months ago) by eric
Changes since 1.32: +18 -1 lines
Diff to previous 1.32 (colored)
added parameter checking to InitializedObject

Revision 1.32 / (download) - annotate - [select for diffs] , Tue Nov 7 14:24:33 2000 UTC (7 years, 9 months ago) by eric
Changes since 1.31: +42 -1 lines
Diff to previous 1.31 (colored)
added HttpMessage which will probably change to an HttpException with a ref to a better-named object

Revision 1.31 / (download) - annotate - [select for diffs] , Wed Sep 13 04:44:38 2000 UTC (7 years, 11 months ago) by eric
Changes since 1.30: +6 -1 lines
Diff to previous 1.30 (colored)
restored opacity to exception

Revision 1.30 / (download) - annotate - [select for diffs] , Tue Aug 29 08:06:54 2000 UTC (8 years ago) by eric
Changes since 1.29: +11 -2 lines
Diff to previous 1.29 (colored)
added value to ParameterException

Revision 1.29 / (download) - annotate - [select for diffs] , Mon Aug 28 17:45:23 2000 UTC (8 years ago) by eric
Changes since 1.28: +4 -3 lines
Diff to previous 1.28 (colored)
gave W3C::Util::StringContextException a two line getSpecificMessage

Revision 1.28 / (download) - annotate - [select for diffs] , Sun Aug 27 22:03:47 2000 UTC (8 years ago) by eric
Changes since 1.27: +66 -4 lines
Diff to previous 1.27 (colored)
created ContextStringException

Revision 1.27 / (download) - annotate - [select for diffs] , Sat Jun 24 19:07:15 2000 UTC (8 years, 2 months ago) by eric
Changes since 1.26: +5 -11 lines
Diff to previous 1.26 (colored)
got rid of &catchThis as it was useless

Revision 1.26 / (download) - annotate - [select for diffs] , Tue May 9 03:57:32 2000 UTC (8 years, 3 months ago) by eric
Changes since 1.25: +5 -2 lines
Diff to previous 1.25 (colored)
added optional state to ProgramFlowException and improved pure virtuals by making them throw an exception

Revision 1.25 / (download) - annotate - [select for diffs] , Mon Apr 10 22:22:16 2000 UTC (8 years, 4 months ago) by eric
Changes since 1.24: +11 -6 lines
Diff to previous 1.24 (colored)
perlError exceptions now point to the correct method invoker

Revision 1.24 / (download) - annotate - [select for diffs] , Thu Mar 23 04:05:06 2000 UTC (8 years, 5 months ago) by eric
Changes since 1.23: +6 -1 lines
Diff to previous 1.23 (colored)
new EOFException

Revision 1.23 / (download) - annotate - [select for diffs] , Sun Mar 12 22:38:53 2000 UTC (8 years, 5 months ago) by eric
Changes since 1.22: +15 -1 lines
Diff to previous 1.22 (colored)
added PerlException class

Revision 1.22 / (download) - annotate - [select for diffs] , Sun Feb 27 16:41:25 2000 UTC (8 years, 6 months ago) by eric
Changes since 1.21: +3 -3 lines
Diff to previous 1.21 (colored)
s/->printStackTrace/print ->toString/

Revision 1.21 / (download) - annotate - [select for diffs] , Sun Feb 27 16:36:34 2000 UTC (8 years, 6 months ago) by eric
Changes since 1.20: +7 -3 lines
Diff to previous 1.20 (colored)
improved FunctionException::new to handle no parms nicely

Revision 1.20 / (download) - annotate - [select for diffs] , Wed Feb 16 17:35:38 2000 UTC (8 years, 6 months ago) by eric
Changes since 1.19: +19 -19 lines
Diff to previous 1.19 (colored)
fixed exception parameter passing to reflect new calling syntax

Revision 1.19 / (download) - annotate - [select for diffs] , Mon Feb 14 17:19:05 2000 UTC (8 years, 6 months ago) by eric
Changes since 1.18: +3 -3 lines
Diff to previous 1.18 (colored)
changed preferred exception syntax around

Revision 1.18 / (download) - annotate - [select for diffs] , Fri Jan 28 07:15:28 2000 UTC (8 years, 7 months ago) by eric
Changes since 1.17: +15 -9 lines
Diff to previous 1.17 (colored)
make toString call printStackTrace rather than the other way around

Revision 1.17 / (download) - annotate - [select for diffs] , Wed Jan 26 02:00:38 2000 UTC (8 years, 7 months ago) by eric
Changes since 1.16: +8 -1 lines
Diff to previous 1.16 (colored)
improved exception handling

Revision 1.16 / (download) - annotate - [select for diffs] , Tue Jan 25 23:59:24 2000 UTC (8 years, 7 months ago) by eric
Changes since 1.15: +35 -1 lines
Diff to previous 1.15 (colored)
migrated lots of exceptions to W3C::Util::Exception

Revision 1.15 / (download) - annotate - [select for diffs] , Mon Jan 24 21:53:51 2000 UTC (8 years, 7 months ago) by eric
Changes since 1.14: +6 -4 lines
Diff to previous 1.14 (colored)
made printMessage static

Revision 1.14 / (download) - annotate - [select for diffs] , Sat Jan 15 21:41:56 2000 UTC (8 years, 7 months ago) by eric
Changes since 1.13: +5 -3 lines
Diff to previous 1.13 (colored)
added new target for printStackTrace

Revision 1.13 / (download) - annotate - [select for diffs] , Sun Dec 26 21:06:33 1999 UTC (8 years, 8 months ago) by eric
Changes since 1.12: +4 -4 lines
Diff to previous 1.12 (colored)
fixed NotImplementedException

Revision 1.12 / (download) - annotate - [select for diffs] , Sat Dec 25 08:56:45 1999 UTC (8 years, 8 months ago) by eric
Changes since 1.11: +14 -1 lines
Diff to previous 1.11 (colored)
nearly done porting ObjectDB stuff to Exception system

Revision 1.11 / (download) - annotate - [select for diffs] , Tue Dec 21 05:22:02 1999 UTC (8 years, 8 months ago) by eric
Changes since 1.10: +34 -11 lines
Diff to previous 1.10 (colored)
now with scripted parser (tm)

Revision 1.10 / (download) - annotate - [select for diffs] , Tue Dec 14 23:04:34 1999 UTC (8 years, 8 months ago) by eric
Changes since 1.9: +7 -7 lines
Diff to previous 1.9 (colored)
fixed part of Exception chaining - still needs more work

Revision 1.9 / (download) - annotate - [select for diffs] , Tue Dec 14 13:14:41 1999 UTC (8 years, 8 months ago) by eric
Changes since 1.8: +2 -2 lines
Diff to previous 1.8 (colored)
changed all version numbers in prep for release

Revision 1.8 / (download) - annotate - [select for diffs] , Tue Dec 14 00:10:50 1999 UTC (8 years, 8 months ago) by eric
Changes since 1.7: +11 -6 lines
Diff to previous 1.7 (colored)
fixed a couple exception cases for the XML parser

Revision 1.7 / (download) - annotate - [select for diffs] , Mon Dec 13 12:13:08 1999 UTC (8 years, 8 months ago) by eric
Changes since 1.6: +21 -8 lines
Diff to previous 1.6 (colored)
strapped in exceptions in most necessary places

Revision 1.6 / (download) - annotate - [select for diffs] , Mon Dec 13 06:07:36 1999 UTC (8 years, 8 months ago) by eric
Changes since 1.5: +74 -7 lines
Diff to previous 1.5 (colored)
subclassed Exceptions

Revision 1.5 / (download) - annotate - [select for diffs] , Mon Dec 13 03:36:43 1999 UTC (8 years, 8 months ago) by eric
Changes since 1.4: +124 -24 lines
Diff to previous 1.4 (colored)
first day with the new Exception system

Revision 1.4 / (download) - annotate - [select for diffs] , Thu Feb 25 01:42:57 1999 UTC (9 years, 6 months ago) by eric
Changes since 1.3: +39 -9 lines
Diff to previous 1.3 (colored)
half done CPANifying

Revision 1.3 / (download) - annotate - [select for diffs] , Sun Feb 21 01:58:36 1999 UTC (9 years, 6 months ago) by eric
Changes since 1.2: +8 -8 lines
Diff to previous 1.2 (colored)
first move checkpoint

Revision 1.2 / (download) - annotate - [select for diffs] , Fri Feb 12 19:20:13 1999 UTC (9 years, 6 months ago) by eric
Changes since 1.1: +8 -8 lines
Diff to previous 1.1 (colored)
used namespaceFixer.pl to switch to a hierarchical namespace for the perl packages. some fixes to ShowForm and chacl

Revision 1.1 / (download) - annotate - [select for diffs] , Fri Aug 7 16:24:35 1998 UTC (10 years ago) by eric
Diff
full urls

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Diffs between and
Type of Diff should be a 

View only Branch:
Sort log by:

Webmaster