Exception types

Hi,

I’m reading the one comes with Ruby distribution, not even on the internet,
it doesn’t have any figures :frowning:

Thanks.
Shannon

···

From: Kent Dahl kentda@stud.ntnu.no
Reply-To: ruby-talk@ruby-lang.org
To: ruby-talk@ruby-lang.org (ruby-talk ML)
Subject: Re: exception types
Date: Wed, 4 Dec 2002 01:07:32 +0900

ts wrote:

p. 303

Could you please give me some index or whatever thing I can search?
I’m
using the htmlhelp version. tks.

This is a figure and probably it’s not in the html help version

But it is online in some of the translations:

ruby.no

(ok, ok, thats from page 93, identical figure though :slight_smile:


([ Kent Dahl ]/)_ ~ [ http://www.stud.ntnu.no/~kentda/ ]/~
))_student
/(( _d L b_/ NTNU - graduate engineering - 5. year )
( __õ|õ// ) )Industrial economics and technological management(
_
/ö____/ (_engineering.discipline=Computer::Technology)


Protect your PC - get McAfee.com VirusScan Online
Antivirus, VPN, Identity & Privacy Protection | McAfee

Is there any reason for such constrain?

···

----- Original Message -----
From: “Shannon Fang” xrfang@hotmail.com
To: “ruby-talk ML” ruby-talk@ruby-lang.org
Sent: Tuesday, December 03, 2002 8:13 AM
Subject: Re: exception types

Hi,

I’m reading the one comes with Ruby distribution, not even on the
internet,
it doesn’t have any figures :frowning:

Thanks.
Shannon

From: Kent Dahl kentda@stud.ntnu.no
Reply-To: ruby-talk@ruby-lang.org
To: ruby-talk@ruby-lang.org (ruby-talk ML)
Subject: Re: exception types
Date: Wed, 4 Dec 2002 01:07:32 +0900

ts wrote:

p. 303

Could you please give me some index or whatever thing I can search?
I’m
using the htmlhelp version. tks.

This is a figure and probably it’s not in the html help version

But it is online in some of the translations:

http://www.ruby.no/prosjekt/ProgrammeringIRuby/tut_exceptions.html#figure1

(ok, ok, thats from page 93, identical figure though :slight_smile:


([ Kent Dahl ]/)_ ~ [ http://www.stud.ntnu.no/~kentda/ ]/~
))_student
/(( _d L b_/ NTNU - graduate engineering - 5. year )
( __õ|õ// ) )Industrial economics and technological management(
_
/ö____/ (_engineering.discipline=Computer::Technology)


Protect your PC - get McAfee.com VirusScan Online
Antivirus, VPN, Identity & Privacy Protection | McAfee

I created a couple of charts describing Ruby class hierarchy. The exception
classes chart can be downloaded from
http://www.insula.cz/dali/material/rubycl/RubyExceptionClasses.jpg
(it is not 100% complete)

Dalibor Sramek

···

On Wed, Dec 04, 2002 at 01:13:26AM +0900, Shannon Fang wrote:

I’m reading the one comes with Ruby distribution, not even on the internet,
it doesn’t have any figures :frowning:


Dalibor Sramek “In the eyes of cats, all things belong to cats.”
dali@insula.cz

I’m reading the one comes with Ruby distribution, not even on the
internet, it doesn’t have any figures :frowning:

Is there any reason for such constrain?

Maybe they’d like you to get the book :wink:

It might be a publisher constraint? (ie yes you can make the book free
but you have to limit it in some way that the print version is still
appealing)

All I know is that I used the htmlhelp version for a couple of weeks and
thought that the book was good enough to buy, getting the illustrations
& tables was an added bonus :slight_smile:

Rob

Dalibor Sramek wrote:

I’m reading the one comes with Ruby distribution, not even on the internet,
it doesn’t have any figures :frowning:

I created a couple of charts describing Ruby class hierarchy. The exception
classes chart can be downloaded from
http://www.insula.cz/dali/material/rubycl/RubyExceptionClasses.jpg
(it is not 100% complete)

Small nitpick: StandardError and below are rescued by default in a
rescue block (and with the rescue modifier), but any Exception can be
rescued. The note on the far right seems to suggest something else, and
seems a bit wrong.

···

On Wed, Dec 04, 2002 at 01:13:26AM +0900, Shannon Fang wrote:


([ Kent Dahl ]/)_ ~ [ http://www.stud.ntnu.no/~kentda/ ]/~
))_student
/(( _d L b_/ NTNU - graduate engineering - 5. year )
( __õ|õ// ) )Industrial economics and technological management(
_
/ö____/ (_engineering.discipline=Computer::Technology)

The Pragmatic Programmers would be the source for a definitive answer
to this question, but a likely possibility is that the illustrations
and tables that are not online were authored by someone else.

···

On Tuesday, December 3, 2002, at 11:39 AM, Robert McGovern wrote:

I’m reading the one comes with Ruby distribution, not even on the
internet, it doesn’t have any figures :frowning:

Is there any reason for such constrain?

Maybe they’d like you to get the book :wink:

It might be a publisher constraint? (ie yes you can make the book free
but you have to limit it in some way that the print version is still
appealing)

All I know is that I used the htmlhelp version for a couple of weeks
and thought that the book was good enough to buy, getting the
illustrations & tables was an added bonus :slight_smile:

Rob

Nothing so subtle… :slight_smile:

The problem is that the figures where done using PSTricks in LaTeX, and
I haven’t found a utility that would let me extract and embed them
simply into my HTML. latex2html does something similar (but not with
PSTricks diagrams), but its fairly complex. Having spent two weeks
off-charge converting the book from LaTeX to HTML, I really couldn’t
justify to my family the extra weeks to do the figures.

However, all the stuff used to produce the book and the HTML are
available online, so if someone feels strongly enough, I’m sure the rest
of the community would appreciate it.

Cheers

Dave

···

On Tue, 2002-12-03 at 10:39, Robert McGovern wrote:

I’m reading the one comes with Ruby distribution, not even on the
internet, it doesn’t have any figures :frowning:

Is there any reason for such constrain?

Maybe they’d like you to get the book :wink:

It might be a publisher constraint? (ie yes you can make the book free
but you have to limit it in some way that the print version is still
appealing)