Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JavaScript exceptions don't have toString() #20

Open
jbfaden opened this issue Aug 1, 2024 · 0 comments
Open

JavaScript exceptions don't have toString() #20

jbfaden opened this issue Aug 1, 2024 · 0 comments

Comments

@jbfaden
Copy link
Owner

jbfaden commented Aug 1, 2024

In URI_Templates, there are lots of fail(ex.getMessage()) where ex is the Java exception thrown. This is not translated to JavaScript nicely, and should be either removed from the Java URI_Templates (so it just takes an exception) of fixed in the translation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant