error signal

Norbert Hartl norbert at hartl.name
Mon May 7 14:18:31 UTC 2007


Hi,

I found a peace of code I don't understand:

It's in the Glorp code.

	error signal = true
		ifTrue:
			[self reset.
			self logout.
			self reLogin.
			exception restart]

This code comes from VW. Is the signal method implemented
differently under VW. In squeak the "error signal" itself
throws the error so there is no ifTrue: evaluation, right?

thanks,

Norbert




More information about the Squeak-dev mailing list