From: matz@... (Yukihiro Matsumoto) Date: 2002-12-02T09:08:15+09:00 Subject: Re: Validation during object creation Hi, In message "Validation during object creation" on 02/12/02, "Roman Rytov" writes: |What's the way to signal to a NEW()'s caller that an object can't be |created? To return NIL? To throw an exception? Raise exceptions from "initialize" method. matz.