R
Romain TAILLANDIER
Hi group,
I have a class MyClass.
MyClass a = new MyClass();
during the constructor, the initialisation could abort. when it is happend,
I need that new return null.
how can i do that ??
thank you
ROM
I have a class MyClass.
MyClass a = new MyClass();
during the constructor, the initialisation could abort. when it is happend,
I need that new return null.
how can i do that ??
thank you
ROM