Derek Hohls wrote:
Using C2.1.8
If I have the following: try { //do something stupid! } catch(err) {
  print ("Your error: "+err.description)
 }

err is an Java exception or a javascript Error, so err.message or err.getMessage() should work.

Then the print statement does not yield the error description;
is there some way of doing this?
Thanks
Derek

--
This message is subject to the CSIR's copyright terms and conditions, e-mail legal notice, and implemented Open Document Format (ODF) standard. The full disclaimer details can be found at http://www.csir.co.za/disclaimer.html.


This message has been scanned for viruses and dangerous content by *MailScanner* <http://www.mailscanner.info/>, and is believed to be clean. MailScanner thanks Transtec Computers <http://www.transtec.co.uk/> for their support.



--
Andre H. Juffer              | Phone: +358-8-553 1161
The Biocenter and            | Fax: +358-8-553-1141
    the Dep. of Biochemistry | Email: [EMAIL PROTECTED]
University of Oulu, Finland  | WWW: www.biochem.oulu.fi/Biocomputing/
NordProt                     | WWW: www.nordprot.org

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to