[Oorexx-devel] Possible to supply an object to a raised condition ?

2009-05-17 Thread Rony G. Flatscher
When raising a condition via native code, is it possible to supply an
(additional) object with the condition to be raised, such that one is
able to fetch it from a condition object?

The intent is to supply a Java Throwable object with a Rexx condition
that gets raised as a result of a thrown Java exception.

---rony



--
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables 
unlimited royalty-free distribution of the report engine 
for externally facing server and web deployment. 
http://p.sf.net/sfu/businessobjects
___
Oorexx-devel mailing list
Oorexx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-devel


Re: [Oorexx-devel] Possible to supply an object to a raised condition ?

2009-05-17 Thread Rick McGuire
If you are raising a condition (not a SYNTAX error), that is the
additional argument for RaiseCondition().  For SYNTAX errors, no.  The
Additional information is always the error message substitution
values.

Rick

On Sun, May 17, 2009 at 7:52 PM, Rony G. Flatscher
rony.flatsc...@wu-wien.ac.at wrote:
 When raising a condition via native code, is it possible to supply an
 (additional) object with the condition to be raised, such that one is
 able to fetch it from a condition object?

 The intent is to supply a Java Throwable object with a Rexx condition
 that gets raised as a result of a thrown Java exception.

 ---rony



 --
 Crystal Reports - New Free Runtime and 30 Day Trial
 Check out the new simplified licensing option that enables
 unlimited royalty-free distribution of the report engine
 for externally facing server and web deployment.
 http://p.sf.net/sfu/businessobjects
 ___
 Oorexx-devel mailing list
 Oorexx-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/oorexx-devel


--
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables 
unlimited royalty-free distribution of the report engine 
for externally facing server and web deployment. 
http://p.sf.net/sfu/businessobjects
___
Oorexx-devel mailing list
Oorexx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-devel