cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Did you know you can set a signature that will be added to all your posts? Set it here! X

How to achieve Exception Handling in ThingWorx?

ranjank
14-Alexandrite

How to achieve Exception Handling in ThingWorx?

 
1 ACCEPTED SOLUTION

Accepted Solutions

5 REPLIES 5

Using try/catch/finally: https://www.w3schools.com/js/js_errors.asp

 

/ Constantine

ranjank
14-Alexandrite
(To:Constantine)

Is it possible to use "throw" and "throws" keywords in ThingWorx just like Java?

Hi,

 

Yes, but like in Javascript. Please check the link from Constantine, it is explaining how to use throw.

 

Best regards,

Raluca Edu

rleir
17-Peridot
(To:raluca_edu)
slangley
23-Emerald II
(To:Constantine)

Hi @ranjank.

 

If one of the previous responses answered your question, please mark the appropriate one as the Accepted Solution for the benefit of others with the same question.

Top Tags