Login
Register
Home
Q&A
Questions
Tags
1.2k
questions
1.4k
answers
361
comments
339
users
Categories
All categories
Send feedback
Sidebar
Can I retrieve Java Exceptions in JavaScript
0
votes
500
views
asked
Mar 3, 2014
by
brandon-w-8204
(
34.1k
points)
java
javascript
exceptions
Please
log in
or
register
to add a comment.
Please
log in
or
register
to answer this question.
1
Answer
0
votes
Best answer
Qvera uses Rhino Javascript and can call java. Rhino does return the Java exceptions. The following link has more information and examples of how it is returned:
https://developer.mozilla.org/en-US/docs/Rhino/Scripting_Java#Java_Exceptions
This web page shows how to retrieve JavaScript errors.
http://www.w3schools.com/js/js_errors.asp
answered
Mar 3, 2014
by
brandon-w-8204
(
34.1k
points)
Please
log in
or
register
to add a comment.
...