Re: Real/internal Exceptions

2004-10-01 Thread KJ
Leopold Toetsch wrote: Kj <[EMAIL PROTECTED]> wrote: But what is actually an internal error? (are those "this-should-never-happen" situations that are not expected? Yep. A real exception is an exception within the VM that can be caught by user programs (right?). Yes. ... What sho

Re: Real/internal Exceptions

2004-10-01 Thread Leopold Toetsch
Kj <[EMAIL PROTECTED]> wrote: > But what is actually an internal error? (are those > "this-should-never-happen" situations that are not expected? Yep. > A real exception is an exception within the VM that can be caught by user > programs (right?). Yes. > ... What should happen with an internal

Re: Real/internal Exceptions

2004-10-01 Thread KJ
Leopold Toetsch wrote: Kj <[EMAIL PROTECTED]> wrote: Hello, Just wondering (again), in order to be able to follow discussion on matters: What is the difference between an "internal" exception and a "real" exception (as if the first one isn't a real exception...). The interna

Re: Real/internal Exceptions

2004-09-30 Thread Leopold Toetsch
Kj <[EMAIL PROTECTED]> wrote: > Hello, > Just wondering (again), in order to be able to follow discussion on matters: > What is the difference between an "internal" exception and a "real" > exception (as if the > first one isn't a real exception...). The internal ones are mostly unclassified rea

Real/internal Exceptions

2004-09-29 Thread KJ
Hello, Just wondering (again), in order to be able to follow discussion on matters: What is the difference between an "internal" exception and a "real" exception (as if the first one isn't a real exception...). I suspect a "real" exception is a exception object that a user program also can creat